Using Linux Apache 2.2.4 with the SNMP-modules, the http daemon frequently crashes after the daily logrotate. Aftert the log rotate a kill -HUP is done: (/etc/logrotate.d/httpd)
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null`
In quite some cases an error occures; error.log shows:
[Wed Jul 14 04:02:09 2010] [notice] seg fault or similar nasty error detected in the parent process
No further information is given, Apache hangs; only the parrent process is running, no child processes. The parrent process hangs.
The problem ONLY occurs when, at some time, a gracefull restart is given; doing a kill -HUP afterwards gives the "nasty error"
Message was edited by: tall_male