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
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
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"