CentOS HTTPD already running, but not working - DA says it has stopped.

fivenines

Verified User
Joined
Dec 7, 2010
Messages
17
Greetings,

I have an issue where HTTPD has stopped according to DA, but it is "running":

/sbin/service httpd start 2>&1
Starting httpd: httpd (pid 3877) already running

I have restarted the server, no change. Websites are not coming up. Here is more info:

[root@morpheus usr]# ps waux | grep httpd
root 4857 0.0 0.0 174612 3312 ? Ss 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4859 0.0 0.0 174748 3032 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4860 0.0 0.0 174748 3016 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4861 0.0 0.0 174748 3024 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4862 0.0 0.0 174748 3036 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4863 0.0 0.0 174748 3032 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4864 0.0 0.0 174748 3004 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4865 0.0 0.0 174748 3000 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
apache 4866 0.0 0.0 174748 3028 ? S 10:03 0:00 /usr/sbin/httpd -k start -DSSL
root 5080 0.0 0.0 61356 800 pts/0 S+ 10:12 0:00 grep httpd

Any help is appreciated!
 
Hello,

What OS is in your Directadmin license? Does it match the actual OS you are running?

Try and see whether or not it helps:

Code:
killall -9 httpd
killall -9 directadmin
service httpd start
service directadmin start
 
Back
Top