On 12/21/05, sanganakal.Kote@xxxxxxxxxxxxxxxxxxxxxxx <sanganakal.Kote@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > But my requirement is that I shouln't restart the apache web server while > updating the certificates. As there are many other requests to other > virtual hosts are being processed. > > 1) So would like to know is there any way where I can make apache read the > cirticates details freshly without restart of apache. > 2) Is there any configuration which would make re-read of the httpd.conf. See "apachectl -k graceful" which rereads the config files without losing any existing or pending connections. Joshua.