Re: FastCGI process dies without being noticed and respawned
mephinet <[email protected]> Mon, 19 Aug 2013 11:35:30 +0200
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <CAEKSUdoE9_wcoCL4mMJCBtRS_GgoF8qnsWe+fZiSnypuQQUNgA@mail.gmail.com> |
On Wed, Jul 3, 2013 at 4:14 PM, Santosh Mankar <[email protected]> wrote: > >> I dont think your fast CGI process got killed. it could be possible that >> the apache process which is managing fastcgi process got into some problem. >> >> you can easily reproduce the problem by sending SIGTERM to apache process >> which is managing fastcgi processes. Dear Santosh, yes, you are right - if I kill the one apache process that spawned the fastcgi process, I see the same symptoms - seems as if apache does not re-fork when his one child that spawned the fastcgi process dies. Any clue how to change that behaviour? Thanks, mephinet