Hi,

As per the configuration guide I have a single xml configuration file for all MapCache layers. This is set in httpd.conf (I'm using ms4w, and running on a Windows server):

<IfModule mapcache_module>
   <Directory "/ms4w/apps/mapcache/">
      Order Allow,Deny
      Allow from all
   </Directory>
   MapCacheAlias /mapcache "C:/ms4w/apps/mapcache/mapcache.xml"
</IfModule>

However I'm using MapCache on a development server and hosting several different applications. I create the xml file dynamically for each application, however with this approach I either have to change the above path and restart Apache, or merge all the xml files together to a single file.

Is there anyway to change which xml file is used using a querystring, or is there any other suggested approach to handling multiple mapcache.xml files?

Regards,

Seth

--
web:http://geographika.co.uk
twitter: @geographika


_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to