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 jayasingh.sam...@hotmail.com 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: 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-19 Thread Jaysingh Samuel
Hai all, Can anyBody help me out with some solution on this. Thanks, Jaysingh Samuel From: jayasingh.sam...@hotmail.com To: modules-dev@httpd.apache.org; sor...@gmail.com Subject: Deregister and register a signal module on passing signal.. Date: Thu, 16 Apr 2009 09:31:28 +0530 Hai,