in reply to Re: Control over apache processes
in thread Control over apache processes
In addition to Apache::Reload, you can do this sort of thing by having your processes check periodically to see if your configuration file has changed.
Perrin, is it possible to make an Apache process(under mod_perl) do something like this? Basically if we try to achieve this by posting HTTP requests you never know if all the processes will be affected. Correct? So how would you make this periodic polling? Thanks very much for the replies.
Thanks,
Ganesh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Control over apache processes
by perrin (Chancellor) on Aug 19, 2008 at 16:52 UTC |