<div dir="ltr">Im attempting to configure mapcache.<div>I assume that this is covered in this mailing list as well.  Mapcache is returning images of the map for me but the cache files are not being written.  Its strange because I can use the seeding command with the same xml file and its populating the expected directory but when I go through the mapcache script its not writing to that cache directory. </div><div><br></div><div>Any guidance would be appreciated.</div><div><br></div><div>The URL Im testing with is this.</div><div><a href="http://192.168.112.225/mapcache?service=WMS&request=GetMap&layers=default&styles=&format=image%2Fpng&transparent=true&version=1.1.1&width=2048&height=2048&srs=EPSG%3A3857&bbox=-10018754.171394622,0,0,10018754.171394628">http://192.168.112.225/mapcache?service=WMS&request=GetMap&layers=default&styles=&format=image%2Fpng&transparent=true&version=1.1.1&width=2048&height=2048&srs=EPSG%3A3857&bbox=-10018754.171394622,0,0,10018754.171394628</a><br></div><div><br></div><div><br></div><div><br></div><div>mapcache.xml is as follows:</div><div><mapcache mode="combined_mirror"></div>   <cache name="disk" type="disk"><br>           <base>/tmp/mapcache</base><br>      <symlink_blank/><br>   </cache><br><format name="png" type="PNG"><br>   <compression>fast</compression><br>   <colors>256</colors><br></format><br>   <source name="vmap0" type="wms"><br>      <getmap><br>         <params><br>            <FORMAT>image/jpeg</FORMAT><br>            <LAYERS>default</LAYERS><br>            <map>/usr/lib/cgi-bin/osm-bw.map</map><br>            <transparent>true</transparent><br>         </params><br>      </getmap><br>      <http><br>         <url><a href="http://192.168.112.225/cgi-bin/mapserv">http://192.168.112.225/cgi-bin/mapserv</a>?</url><br>      </http><br>   </source><br>   <tileset name="mirror"><br>      <source>vmap0</source><br>      <cache>disk</cache><br>      <grid>WGS84</grid><br>      <grid>g</grid><br>      <format>png</format><br>              <expires>3600</expires><br>   </tileset><br>   <default_format>png</default_format><br><br>   <service type="wms" enabled="true"><br>      <format allow_client_override="true/false">png</format><br>      <full_wms>assemble</full_wms><br>      <resample_mode>bilinear</resample_mode><br>      <maxsize>4096</maxsize><br>      <forwarding_rule name="catch all"><br>            <http><br>              <url><a href="http://192.168.112.225/cgi-bin/mapserv?transparent=true&map=/usr/lib/cgi-bin/osm-bw.map">http://192.168.112.225/cgi-bin/mapserv?transparent=true&map=/usr/lib/cgi-bin/osm-bw.map</a></url><br>            </http><br>      </forwarding_rule><br>   </service><br>   <service type="wmts" enabled="true"/><br>   <service type="tms" enabled="true"/><br>   <service type="kml" enabled="true"/><br>   <service type="gmaps" enabled="true"/><br>   <service type="ve" enabled="true"/><br>   <service type="demo" enabled="true"/><br>   <errors>report</errors><br>   <lock_dir>/tmp</lock_dir><br>   <log_level>debug</log_level><br></mapcache><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><a href="http://www.atlantageek.com" target="_blank">http://www.atlantageek.com</a></div></div></div>