QUOTE (klaude)
When did these start?
If memory serves signal 6 is SIGABRT, which is usually caused by your program running in an illegal state. Do your Apache error logs show anything relating to this?
example entries:
[Thu Mar 31 09:33:37 2005] [notice] child pid 9616 exit signal Abort trap (6)
[Thu Mar 31 09:33:38 2005] [notice] child pid 9617 exit signal Abort trap (6)
[Thu Mar 31 09:33:39 2005] [notice] child pid 9619 exit signal Abort trap (6)
[Thu Mar 31 09:33:40 2005] [notice] child pid 9620 exit signal Abort trap (6)
[Thu Mar 31 09:33:41 2005] [notice] child pid 9618 exit signal Abort trap (6)
[Thu Mar 31 09:33:42 2005] [notice] child pid 9622 exit signal Abort trap (6)
[Thu Mar 31 09:33:43 2005] [notice] child pid 9621 exit signal Abort trap (6)
and
[Sun Mar 27 14:25:50 2005] [notice] SIGHUP received. Attempting to restart
there were more SIGHUP than SIGTERM in the logs.
FYI I do not have custom kernel compiled.
After looking at the logs, I had decided to change the LogLevel to debug. maybe will get more messages to help diagnose this error.
is there anywhere else to look?