You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@gmail.com> on 2013/11/17 12:05:44 UTC

triggering a process recreation of a child process

Hi,

Is there a way to trigger a clean recreation of a child from a  module?

Cheers

Jean-Frederic

Re: triggering a process recreation of a child process

Posted by Graham Dumpleton <gr...@apache.org>.
On 17 November 2013 22:05, jean-frederic clere <jf...@gmail.com> wrote:

> Hi,
>
> Is there a way to trigger a clean recreation of a child from a  module?
>

See the apr_proc_other_child_*() family of functions.

For an example, go look at the implementation of mod_cgid.

Graham