ganeshk has asked for the wisdom of the Perl Monks concerning the following question:
I run apache(1.3)/mod_perl in Linux and there are a couple of child processes. I understand that whenever a HTTP request comes, it is for apache to decide which child process should handle it. But in certain events I would want to do change the state of all the currently running apache child processes. This could be things like changing or resetting some flags, reloading configuration files or even reloading the perl modules themselves. Is there anyway for exercising some extra control like this on the apache processes? As far as I know I think we can't do this via HTTP. But please tell me even if you can achieve this via HTTP requests itself.
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Control over apache processes
by pjotrik (Friar) on Aug 19, 2008 at 13:01 UTC | |
|
Re: Control over apache processes
by perrin (Chancellor) on Aug 19, 2008 at 16:23 UTC | |
by ganeshk (Monk) on Aug 19, 2008 at 16:45 UTC | |
by perrin (Chancellor) on Aug 19, 2008 at 16:52 UTC | |
|
Re: External control over apache processes
by Anonymous Monk on Aug 19, 2008 at 12:29 UTC |