HTTPD not starting

BliXem

Verified User
Joined
May 16, 2006
Messages
16
Hello,

HTTPD is crashing sometimes (like every 1/2 days) with this error:

[Sat Apr 03 14:09:03 2010] [error] (28)No space left on device: mod_security: Could not create modsec_auditlog_lock Configuration Failed
I've 166GB free diskspace left.

services httpd restart does not work. Rebooting is only the solution.

Anyone?
 
And to add to the thread mentioned above:

Code:
#Remove semaphores
ipcs -s | awk ' $3 == "apache" {print $2, $3}' | awk '{ print $1}' | while read i; do ipcrm sem $i; done
 
Back
Top