
02-05-2009, 07:40 AM
|
Jaguar
|
|
Join Date: Jan 2009
Location: Netherlands
Posts: 56
|
|
Is it actually running? (ps -ef|grep apache)
If so, is it listening to the port you expect? (netstat -a|grep http for default port 80)
What are the logs saying (typically located in /var/log/Apache/)? Any errors?
|