<div dir="ltr">I've not used a similar setup but it seems like there's no need to create tiles if you're passing WMS calls through to another WMS server. Do you get tiles if you make tiled service requests?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 5, 2021 at 1:52 PM Atlanta Geek <<a href="mailto:atlantageek@gmail.com">atlantageek@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" target="_blank">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" target="_blank">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" target="_blank">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"><a href="http://www.atlantageek.com" target="_blank">http://www.atlantageek.com</a></div></div></div>
_______________________________________________<br>
MapServer-users mailing list<br>
<a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>