Apache woes

Brian McKee map at map-heb.com
Tue Sep 21 11:54:30 MDT 2004


Hi Cam,
This may sound like a stupid question, but, Apache is running right?
You have confirmed this by looking at 'ps -e' ?
If it wasn't started after installation/last reboot or is dying trying 
to
start because of a problem with the configuration files you would get
symptoms similar to what you are reporting...
Also, you haven't changed the default port apache listens to to 
something
non-standard?
try
netstat --ip -l
and see if it shows apache waiting for incoming like this
tcp        0      0 *:http                  *:*                     
LISTEN

I'd do a tail -f /var/log/messages on one terminal and an apache 
service restart
on another to see what I get....

Hope some of this helps
Sorry if it's all too obvious
Brian
--
Experience is what you get when you were expecting something else.



More information about the yellowdog-general mailing list