Forum Moderators: phranque

Message Too Old, No Replies

How to update apache with newly added Virtual directories

Dynamically adding New virtual directories to Apache demon

         

itsvasu

2:43 pm on Mar 2, 2005 (gmt 0)



How to update apache with newly added Virtual directories without stop and starting of existing

Hi,

I had a requirement in our webservices that new domains (Virtual directories) are created dynamically. We are manually adding those virtual directories in the httpd.conf
Now the requirement is that the mechanism to let the Apache demon know that the new virtual directories are added. We should not inturrupt or stop the already running processes and requests to the other virtual directories.
Graceful restart (-k) is not helping much. So could you please let me know that how can the above requirement is achieved.

Thanks