apache2 crashes every day

decafranky

Verified User
Joined
Aug 22, 2004
Messages
124
Hi,

Apache 2 is crashing about every day.
Restarting httpd doesn't help, and nothing to find in logs.
There are running +- 290 domains.
If a comment out a few includes of vhosts in httpd.conf, httpd will start.
When started, when a remove comments back, and do an apache reload, everything is back ok.

Is this a bug?
 
I just got this error too. It seems something relate to file descriptors, apache couldn't handle that many files. I tried ulimit -n and fs.file-max with no help. my temporary fix is comment out errorlog in all the configuration files.
 
I know there was a fix that required making a change to the templates so DA wouldn't use site-specific error logs. I just wondered if you found it here in the forums if it needs to be posted.

Jeff
 
"This is an OpenSSL bug, fixed in 0.9.8c and later (it uses select() rather than poll() and doesn't check for the FD_SETSIZE overflow)."
 
Back
Top