On Mon, Apr 29, 2002 at 09:01:37AM -0500, Spencer Ogden wrote:
> I am trying to do some local web developement. Here is my set up. I have a 
> machin set up as a DMZ host set up behind my router connected to road runner. 
> The domain s-o.info points to this setup. I can hit this domain from outside 
> computers, but when I am behind my router, ping'ing s-o.info fails. 
> 
> The issue with web devel is this. When I type in localhost to a browser it 
> correctly displays my index page. If I type localhost/test.pl that also 
> works. 
see UseCanonicalName at
http://httpd.apache.org/docs-2.0/mod/core.html#usecanonicalname
 
> However if I try localhost/manual where manual is the apache manual directory, 
> it seems that the browsers try to connect to s-o.info instead of localhost, 
> which as mentioned above fails.
> 
> So the question is, how can I get the browsers to stay on localhost, or how 
> can I get connections from inside my network to connect to s-o.info?
But you really want to fix your dns. The easiest way, if you are not
doing anything fancy with s-o.info, is to put the host in /etc/hosts

I suspect your internal client is trying to connect to the routers
external interface from the inside and the router is dropping it. If
the router is a computer you set up you should be able to fix it.

-- 
28 70 20 71 2C 65 29 61 9C B1 36 3D D4 69 CE 62 4A 22 8B 0E DC 3E
mailto:[EMAIL PROTECTED]
http://thecap.org/

_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to