Hi all,
I'm trying to find a way to add dynamically <Location> to apache
server. A Intranet web application needs to create/delete by itself
<Location>.
Right now I'm working with
Include afile.conf
In this file a script is automatically adding/deleting.
<Location /somewhere>
</Location>
And then it executes "apachectl graceful" to apply changes.
Is there any other way to do it?
Thanks and Merryr Christmas to all
Olivier