Re: [mapserver-users] Multiple MapCache configuration files

2015-08-24 Thread geographika
Hi, Many thanks for the quick reply! Order Allow,Deny Allow from all MapCacheAlias /mapcache "C:/ms4w/apps/mapcache/mapcache.xml" MapCacheAlias /mapcache2 "C:/ms4w/apps/mapcache/mapcache2.xml" I was getting the following errors in the log at first (even after a rest

Re: [mapserver-users] Multiple MapCache configuration files

2015-08-24 Thread Travis Kirstine
You can create multiple aliases in apache Order Allow,Deny Allow from all MapCacheAlias /mapcache_1 "/path/to/mapcache_1.xml" MapCacheAlias /mapcache_2 "/path/to/mapcache_2.xml" MapCacheAlias /mapcache_3 "/path/to/mapcache_3.xml" On Mon, Aug 24, 2015 at 8:51 AM, ge

[mapserver-users] Multiple MapCache configuration files

2015-08-24 Thread geographika
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): Order Allow,Deny Allow from all MapCacheAlias /mapcache "C:/ms4w/apps/mapcache/mapcache.xml"