Apache does not start / restart

hkr

Verified User
Joined
Nov 6, 2006
Messages
17
Hi,

After several years of flawless operation, two days ago my system developed the following symptom.

DirectAdmin cannot start or restart httpd. It simply will not do so manually from the control panel, nor from DA scripts, thus making the httpd die out at least every night or any time someone makes any change that requires apache to restart...

I have no problem starting Apache manually from shell using the httpd -k start command.

In messages, I see such lines:


Mar 2 09:22:32 machine kernel: pid 75086 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 2 09:22:51 machine kernel: pid 75127 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 2 09:23:02 machine kernel: pid 75153 (httpd), uid 0: exited on signal 11 (core dumped)



Any ideas as for what to do?
 
You have bad hardware or something causing corruption.

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build apache d

or read the core dump to see whats going on.
 
Back
Top