You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Graham Dumpleton <gr...@apache.org> on 2013/11/18 02:34:01 UTC

Re: triggering a process recreation of a child process

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