[mapserver-commits] r12123 - trunk/mapserver/mapcache

svn at osgeo.org svn at osgeo.org
Fri Aug 26 06:59:45 EDT 2011


Author: tbonfort
Date: 2011-08-26 03:59:45 -0700 (Fri, 26 Aug 2011)
New Revision: 12123

Added:
   trunk/mapserver/mapcache/httpd.conf
Log:
add apache config lines
thomas.bonfort | 2010-10-15 17:29:08 +0200 (Fri, 15 Oct 2010)

Added: trunk/mapserver/mapcache/httpd.conf
===================================================================
--- trunk/mapserver/mapcache/httpd.conf	                        (rev 0)
+++ trunk/mapserver/mapcache/httpd.conf	2011-08-26 10:59:45 UTC (rev 12123)
@@ -0,0 +1,7 @@
+LoadModule geocache_module    modules/mod_geocache.so
+<IfModule geocache_module>
+    <Location /geocache>
+        SetHandler geocache
+        GeoCacheConfigFile "/path/to/geocache.xml"
+    </Location>
+</IfModule>



More information about the mapserver-commits mailing list