All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Network and Apache Question
       [not found] <F4D3DB9A18752A4F99FD880ABC5407179D13A1@ccdc-exchg.careerco mmunity.com>
@ 2002-05-22  6:21 ` Ray Olszewski
  2002-05-22 20:02   ` My first Mozilla install Dan Bentson-Royal
  0 siblings, 1 reply; 5+ messages in thread
From: Ray Olszewski @ 2002-05-22  6:21 UTC (permalink / raw)
  To: Sridhar J; +Cc: linux-newbie

Preliminary comment: I added the list back in. Please, let's keep 
discussions of this sort on the list.

At 11:25 AM 5/22/02 +0530, Sridhar J wrote:
>Thanks Ray for that informative post.
>
>One more question: In my registration, I have put www.somename.com for the
>DNS resolution and have widely advertised it. Now when people type the name,
>the ISP is going to block them. Is there any way of getting around this
>problem?

The DNS resolution is not a problem; that part should still work. To do 
what I described, you do need to change the URL, which I suppose means 
changing what you "advertised". The moral of this story is: don't 
"advertise" a URL until you've tested it successfully.

There may be other workarounds, involving redirection, but I believe they 
require that http://www.somename.com resolve to some other IP address (one 
without a port-80 restriction), where a server can redirect the traffic to 
(for example) http://www2.somename.com:8080 .

>BTW, why do some ISPs block port 80?

Ask them, not me. I've seen many excuses offered for this practice, some of 
which I believe, others of which I dismiss as self-serving claptrap ... but 
that's just my opinions. Some ISPs include in their Terms of Service for 
low-end plans a prohibition against running servers, and this is one way 
they enforce that policy.

>Regards
>Sridhar
>
>-----Original Message-----
>From: Ray Olszewski [mailto:ray@comarre.com]
>Sent: Wednesday, May 22, 2002 11:10 AM
>To: Sridhar J
>Subject: RE: Network and Apache Question
>
>
>At 10:34 AM 5/22/02 +0530, Sridhar J wrote:
> >Hi
> >
> >How do you set up a router to forward requests from one port to another,
> >when the ISP itself is blocking all requests to port 80? I mean, the
>request
> >to port 80 on the server wouldn't even reach it, since the ISP would block
> >it before that, right?
> >
> >Since so many knowledgeable people are saying the same thing about port
> >forwarding, its obvious that I am wrong. So how how does it work?.
> >
> >Regards
> >Sridhar
>[old stuff deleted]
>
>If the ISP is blocking traffic to port 80, then the traffic has to be to a
>different port when the ISP sees it. To do thism, you change the URL so it
>reads (for example) http://www.kc4hw.homelinux.net:8080 .    This will
>cause browsers to try to connect to port 8080 instead of the normal port
>80. So the traffic will reach the router's *external* interface bound for
>port 8080, which the ISP probably does not block.
>
>  From the router, the destination has to be translated anyway, to whatever
>private IP address the actual server is using (in this instance, you say it
>is 192.168.1.114). Also translating the port from 8080 to 80 is no big
>trick; any Linux-based router can do it. Whether the Linksys you are using
>can or not ... that I don't know ... you'll have to get linksys help from
>Linksys support, not from Linux support.
>
>If the Linksys router cannot do this translation, then you just run your
>Apache server on the same non-standard port as the URL reports, probably by
>using the Port command in /etc/apache/httpd.conf (though you might have
>your system set up differently).
>
>Depending on the details of the Linksys firewall, you may have to do more
>than this. On a typical Linux router, you would also need explicitly to
>open the port to incoming traffic, and you *may* neeed to do something
>similar on the Linksys.

--
-----------------------------------------------"Never tell me the 
odds!"--------------
Ray Olszewski					     -- Han Solo
Palo Alto, California, USA				ray@comarre.com
-------------------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* My first Mozilla install
  2002-05-22  6:21 ` Network and Apache Question Ray Olszewski
@ 2002-05-22 20:02   ` Dan Bentson-Royal
  2002-05-22 23:15     ` Mozilla update - EZ question Dan Bentson-Royal
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Bentson-Royal @ 2002-05-22 20:02 UTC (permalink / raw)
  To: linux-newbie

I have just installed RH7.2 and Mozilla suggested upgrading. I fumbled
around between GUI and terminal windows and finally got it.

I have the Gnome icon for Mozilla properly pointing to:
/usr/local/mozilla/mozilla

But my non-root user's Gnome-Mozilla icon (the lizard head) still points
to the old version. How do update all users to know where the new
Mozilla application is?
-- 
Dan Bentson-Royal

  "It is better to know some of the questions than all of the answers"
  --James Thurber


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Mozilla update - EZ question
  2002-05-22 20:02   ` My first Mozilla install Dan Bentson-Royal
@ 2002-05-22 23:15     ` Dan Bentson-Royal
  2002-05-23  6:13       ` Richard Adams
  2002-05-23  6:15       ` Richard Adams
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Bentson-Royal @ 2002-05-22 23:15 UTC (permalink / raw)
  Cc: linux-newbie

I just re-read my earlier post and saw it was less than clear. I will
repost again to try and clean it up a bit...

I have just installed RH7.2 and when I ran Mozilla for the first time, it suggested that, for security reasons, Mozilla needed to be upgraded. I fumbled
around between the GUI and terminal windows and finally got the latest
release of Mozilla downloaded and installed. For me, this was a big step
and quite a coup. However...

As root running Gnome, I have the Gnome icon for Mozilla properly pointing to the location of the new version of Mozilla - which is:
  /usr/local/mozilla/mozilla
 
But my non-root user's Gnome-Mozilla icon (the lizard head) does not 
point to that new install of Mozilla - it invokes the old installation.
I could manually change it, but I know there must be some way to have
this updated for all users. Is that correct? So that when I create
accounts on this machine, they will all use this newest version of
Mozilla. Should I delete the old version and move the new one into the
same location (/usr/bin/mozilla)?
 
-- 
Dan Bentson-Royal

  "It is better to know some of the questions than all of the answers"
  --James Thurber


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mozilla update - EZ question
  2002-05-22 23:15     ` Mozilla update - EZ question Dan Bentson-Royal
@ 2002-05-23  6:13       ` Richard Adams
  2002-05-23  6:15       ` Richard Adams
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Adams @ 2002-05-23  6:13 UTC (permalink / raw)
  To: Dan Bentson-Royal; +Cc: linux-newbie

On Wednesday 22 May 2002 23:15, Dan Bentson-Royal wrote:
> I just re-read my earlier post and saw it was less than clear. I will
> repost again to try and clean it up a bit...
>
> I have just installed RH7.2 and when I ran Mozilla for the first time, it
> suggested that, for security reasons, Mozilla needed to be upgraded. I
> fumbled around between the GUI and terminal windows and finally got the
> latest release of Mozilla downloaded and installed. For me, this was a big
> step and quite a coup. However...
>
> As root running Gnome, I have the Gnome icon for Mozilla properly pointing
> to the location of the new version of Mozilla - which is:
> /usr/local/mozilla/mozilla
>
> But my non-root user's Gnome-Mozilla icon (the lizard head) does not
> point to that new install of Mozilla - it invokes the old installation.
> I could manually change it, but I know there must be some way to have
> this updated for all users. Is that correct? So that when I create
> accounts on this machine, they will all use this newest version of
> Mozilla. Should I delete the old version and move the new one into the
> same location (/usr/bin/mozilla)?

I can think of several ways, however i think the easiest would be to simply 
delete the old version or rename it, then create a symlink in /usr/bin called 
mozilla.
ln -s /usr/local/mozilla/mozilla mozilla
AFAIK that should work.

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mozilla update - EZ question
  2002-05-22 23:15     ` Mozilla update - EZ question Dan Bentson-Royal
  2002-05-23  6:13       ` Richard Adams
@ 2002-05-23  6:15       ` Richard Adams
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Adams @ 2002-05-23  6:15 UTC (permalink / raw)
  To: Dan Bentson-Royal; +Cc: linux-newbie

On Wednesday 22 May 2002 23:15, Dan Bentson-Royal wrote:

BTW your origanal mail had an invalid header in the To field.

> I just re-read my earlier post and saw it was less than clear. I will
> repost again to try and clean it up a bit...
>
> I have just installed RH7.2 and when I ran Mozilla for the first time, it
> suggested that, for security reasons, Mozilla needed to be upgraded. I
> fumbled around between the GUI and terminal windows and finally got the
> latest release of Mozilla downloaded and installed. For me, this was a big
> step and quite a coup. However...
>
> As root running Gnome, I have the Gnome icon for Mozilla properly pointing
> to the location of the new version of Mozilla - which is:
> /usr/local/mozilla/mozilla
>
> But my non-root user's Gnome-Mozilla icon (the lizard head) does not
> point to that new install of Mozilla - it invokes the old installation.
> I could manually change it, but I know there must be some way to have
> this updated for all users. Is that correct? So that when I create
> accounts on this machine, they will all use this newest version of
> Mozilla. Should I delete the old version and move the new one into the
> same location (/usr/bin/mozilla)?

I can think of several ways, however i think the easiest would be to simply 
delete the old version or rename it, then create a symlink in /usr/bin called 
mozilla.
ln -s /usr/local/mozilla/mozilla mozilla
AFAIK that should work.

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-23  6:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <F4D3DB9A18752A4F99FD880ABC5407179D13A1@ccdc-exchg.careerco mmunity.com>
2002-05-22  6:21 ` Network and Apache Question Ray Olszewski
2002-05-22 20:02   ` My first Mozilla install Dan Bentson-Royal
2002-05-22 23:15     ` Mozilla update - EZ question Dan Bentson-Royal
2002-05-23  6:13       ` Richard Adams
2002-05-23  6:15       ` Richard Adams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.