RE: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-21 Thread Ondrej Sury
On Wed, 2005-12-21 at 11:02 +0530, [EMAIL PROTECTED] wrote: But the requirement for my project itself is to be able to update the configuration (update SSL certificates/key of a virtual host) dynamically without apache restart. Then you need to fix requirements for your project and not apache.

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread Philip M. Gollucci
Hi All, My requirement is adding/configuring ssl virtual hosts dynamically to apache web server at runtime without apache restart. why not just do a graceful restart. http://httpd.apache.org/docs/trunk/stopping.html#graceful

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread sanganakal . Kote
Hi Philip, Thank you for response. But the requirement for my project itself is to be able to update the configuration (update SSL certificates/key of a virtual host) dynamically without restart. Thanks Regards, Prathama.

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread Paul Querna
Philip M. Gollucci wrote: Hi All, My requirement is adding/configuring ssl virtual hosts dynamically to apache web server at runtime without apache restart. why not just do a graceful restart. http://httpd.apache.org/docs/trunk/stopping.html#graceful Its actually quite slow if you have lots

RE: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread sanganakal . Kote
Hi Rajesh, Thank you for response. Do you mean passing SIGUSR1 while apache restart? thanks. But the requirement for my project itself is to be able to update the configuration (update SSL certificates/key of a virtual host) dynamically without apache restart. Thanks Regards, Prathama.

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread sanganakal . Kote
Yes I do understand the issues. But the project requires this to be done. You said There are also issues with loading SSLCerts without a full restart Do you mean there is a way to load SSLCerts without a restart? Pls let me know. Thanks Regards, Prathama.

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread Paul Querna
[EMAIL PROTECTED] wrote: Yes I do understand the issues. But the project requires this to be done. You said There are also issues with loading SSLCerts without a full restart Do you mean there is a way to load SSLCerts without a restart? Pls let me know. I will start over. There are

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread sanganakal . Kote
Hi Paul, I appreciate u'r response. Thank you. Could u pls elaborate more on the 2) Dynamic loading of SSL Certificates. . I would like to give a try on this. How can I proceed on this. Where all I have to do the modifications? And one more thing is I can keep the passphrase same in old

Re: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-20 Thread Paul Querna
[EMAIL PROTECTED] wrote: Hi Paul, I appreciate u'r response. Thank you. Could u pls elaborate more on the 2) Dynamic loading of SSL Certificates. . I would like to give a try on this. How can I proceed on this. Where all I have to do the modifications? And one more thing is I can keep the