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

svn at osgeo.org svn at osgeo.org
Wed Oct 19 11:14:39 EDT 2011


Author: tbonfort
Date: 2011-10-19 08:14:39 -0700 (Wed, 19 Oct 2011)
New Revision: 12677

Modified:
   trunk/mapserver/mapcache/mapcache.xml.sample
Log:
fix commented "g" grid, add new fastcgi global options


Modified: trunk/mapserver/mapcache/mapcache.xml.sample
===================================================================
--- trunk/mapserver/mapcache/mapcache.xml.sample	2011-10-19 12:38:43 UTC (rev 12676)
+++ trunk/mapserver/mapcache/mapcache.xml.sample	2011-10-19 15:14:39 UTC (rev 12677)
@@ -91,8 +91,7 @@
 
    <!-- this grid is identical to the previous one, except that it uses EPSG:900913 as the default srs as it is more supported -->
    <!--
-        <grid>
-            <name>g</name>
+        <grid name="g">
             <metadata>
                <title>GoogleMapsCompatible</title>
                <WellKnownScaleSet>urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible</WellKnownScaleSet>
@@ -835,5 +834,10 @@
         this location should be writable by the apache user
    -->
    <lock_dir>/tmp</lock_dir>
+   
+   
+   <!-- fastcgi only -->
+   <log_level>info</log_level> <!-- logging verbosity -->
+   <auto_reload>true</auto_reload> <!-- auto reload if config file changed -->
 
 </mapcache>



More information about the mapserver-commits mailing list