<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    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):<br>
    <br>
    <IfModule mapcache_module><br>
       <Directory "/ms4w/apps/mapcache/"><br>
          Order Allow,Deny<br>
          Allow from all<br>
       </Directory><br>
       MapCacheAlias /mapcache "C:/ms4w/apps/mapcache/mapcache.xml"<br>
    </IfModule><br>
    <br>
    However I'm using MapCache on a development server and hosting
    several different applications. I create the xml file dynamically
    for each application, however with this approach I either have to
    change the above path and restart Apache, or merge all the xml files
    together to a single file. <br>
    <br>
    Is there anyway to change which xml file is used using a
    querystring, or is there any other suggested approach to handling
    multiple mapcache.xml files?<br>
    <br>
    Regards,<br>
    <br>
    Seth<br>
    <br>
    <div class="moz-text-html" lang="x-western"> <font color="#888888">--<br>
        web:</font><a href="http://geographika.co.uk"><font
          color="#888888"> </font>http://geographika.co.uk</a><br>
      <font color="#888888">twitter: @geographika<br>
      </font><br>
    </div>
    <br>
  </body>
</html>