I&#39;m pretty sure you can use the rewrite module in IIS to achieve what you need. I use it myself for a couple of REST webservices. Do note that I am using IIS 7.<br><div><br></div><div>Take a look here : <a href="http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/">http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/</a> <br>
</div><div><br></div><div><br></div><div><br></div><div class="gmail_quote">On 4 November 2010 07:53, Waberzeck, Thomas <span dir="ltr">&lt;<a href="mailto:Thomas.Waberzeck@liag-hannover.de">Thomas.Waberzeck@liag-hannover.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Jukka Rahkonen wrote:<br>
&gt; P Kishor wrote:<br>
&gt;<br>
&gt; &gt; So you have 15 copies of the binary floating around on your computer.<br>
&gt; &gt; What a nightmare. If you upgrade, you have to make 15 copies of the<br>
&gt; &gt; new version and replace the old version.<br>
&gt;<br>
&gt; &gt; What would happen when you publish the 150th geologic map?<br>
&gt;<br>
&gt; &gt; Use a single binary, and use a wrapper (or the env variable) to get<br>
&gt; &gt; the right query.<br>
&gt;<br>
&gt; I do not believe there are handy wrappers for Windows and the only way<br>
&gt; I have been able to get SetEnvIf to work is to make copies of<br>
&gt; mapserv.exe with different names. I maintain a batch file about our<br>
&gt; services with lines like &quot;COPY mapserv.exe WMS_service1&quot; etc. and then<br>
&gt; I only need to run the batch after update and publishing the 150th<br>
&gt; service does not change anything.<br>
<br>
<br>
</div>If you have php it&#39;s quite easy to write a small wrapper for it. See <a href="http://www.mapserver.org/ogc/mapscript.html#php-example" target="_blank">http://www.mapserver.org/ogc/mapscript.html#php-example</a> so the only thing to do is to write the wrappers once and you have a single setup of Mapserver.<br>

<br>
Thomas<br>
BTW: The Example should be updated - I think php_mapscript_4.10.0.dll is out of date. The name of the .dll is just php_mapscript.dll.<br>
<div><div class="h5">_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</div></div></blockquote></div><br>