PDA

View Full Version : Server Online but httpd down?



Cytoplasm
06-26-2006, 03:40 AM
Im seeking for help.
Everytime i suspend an account from DirectAdmin, the httpd and directadmin goes down and i have to reboot to get it back up again.

Can someone help me with this issue?

nobaloney
06-26-2006, 05:17 PM
You almost never have to reboot a linux/unix server.

To find out why apache won't restart properly watch the /var/log/httpd/error_log while you run the command from the interface.

To do that, shell into the server, su to root, and run this command:

# tail -f /var/log/httpd/error_log

Jeff