AFAIK, this isn't possible. Inside an apache module, the configuration is considered read-only as it is shared between multiple worker threads/processed spawned by httpd.
apachectl configtest && apachectl graceful will restart the server gracefully, i.e. without aborting ongoing requests, and will load the new configuration for subsequent requests. -- thomas On Mon, Dec 5, 2011 at 23:37, John Taranu <[email protected]> wrote: > Thomas, > > > > Is there a better way force MapCache to reload its configuration script than > restarting apache? I’m working on an application that will use two > load-balanced web servers running MapCache, all pointing to a single central > tile repository and a single central .xml configuration file. The > configuration file will occasionally be edited, either with deletions or > additional tilesets. Both web servers need to reload the updated > configuration .xml. > > > > Is it possible to set up MapCache to check if the config file was recently > updated and, if so, reload the config .xml? It looks like this is currently > enabled under FastCGI, but not under Apache. > > > > John _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
