[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache



On Sat, Jan 10, 2004 at 05:08:55PM +1100, Russell Shaw wrote:
> Hi,
> I just installed apache-1.3 from debian-unstable. In /etc/httpd.conf,
> i put: ServerName 192.168.0.1.
> 
> When i put http://192.168.0.1/ in mozilla, the address isn't found.
> What should i check now?
> 

Russell,


There are several things that could be wrong.  Here are a few suggestions to
troubleshoot the problem:

o Do you have a dynamic or a static IP?  If dynamic, it could obviously be
  that the IP address changed.

o Do you have a firewall in the middle or something?  It could be blocking
  the packets.

o Try 127.0.0.1 instead, which is the local loopback device.  That should
  always work if Apache is correctly set up and running (you obviously need
  to launch the daemon in order to gain any web access).

o How about a command such as 'telnet localhost 80', does it work?  Does it
  show something?  Try 'telnet 192.168.0.1 80' then too?  This should connect
  to your HTTP daemon and display at least a banner message.  If you see
  that, then it is working fine.


----------------
Nitebirdz
http://www.sacredchaos.com/



Reply to: