Re: Deregister and register a single module on passing signal..

2009-04-20 Thread Eric Covener
On Sun, Apr 19, 2009 at 11:58 PM, Jaysingh Samuel wrote: > 1. If iam passing a SigUSR2 signal to the parent process, then will i be able > to reload/rerun only my custom Modules,  without reading the config file ?. No, all the modules are reloaded and the config is re-parsed. -- Eric Covener

RE: Deregister and register a single module on passing signal..

2009-04-20 Thread Jaysingh Samuel
Eric, Thanks for your reply, let me make my question clear.. I have one Custom module, which i want to reload every 10mins, when i give graceful then it reloads all the modules and also the config directives. Because of this i want to have an option in the httpd say "reloadcustom" which takes

Re: Deregister and register a single module on passing signal..

2009-04-20 Thread Saju Pillai
Jaysingh Samuel wrote: Eric, Thanks for your reply, let me make my question clear.. I have one Custom module, which i want to reload every 10mins, when i give graceful then it reloads all the modules and also the config directives. Because of this i want to have an option in the httpd say "reloa