Synopsis: http servers die until only one left in process list State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Fri Sep 12 16:49:31 PDT 1997 State-Changed-Why: This sounds like you're killing the parent process somehow. Possibly a cron job or something. The parent is responsible for spawning more children ... and I haven't seen this problem on other linux boxes yet.
If you are absolutely certain the parent is still running (take a look in logs/httpd.pid to find out the parent's pid) then try running "strace -p <pid>" against it to see what it's up to. Dean
