Forum Moderators: phranque
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