I'm running Ubuntu Intrepid with Apache2. I was installing php5-cli, and after it was installed apache wouldnt restart. i get no errors it just tells me [OK]. htop, top, and ps -aux arent returning any apache processes. any ideas?
|
feedback
|
|
Do you see anything recorded in the relevant log files? Usually in /var/log/apache2 | |||||
feedback
|
|
Are you looking for 'apache' or are you looking for 'httpd'? httpd is the actual Apache server process. Something like: ps ax | grep http should show you if there is any running Apache processes. | |||
feedback
|
|
Try running a service httpd stop, then a start and grep for the service. Does anything show up then? Also try a tail -f on /var/log/messagse and see what the system says when you perform any of the start/stop/restart commands. | |||
|
feedback
|
|
the problem that i found when something like this happens is apache unable to write a log file and it usually hiccups there, so make sure all of your logs path are correct | |||
|
feedback
|