<div dir="ltr"><div><div>Hola, no hace falta copiar el fichero mapserv, puedes introducir las siguientes entradas (tantas como necesites):<br><br>ScriptAlias /ogc/wms-pepe /usr/lib/cgi-bin/mapserv<br>ScriptAlias /ogc/wms-juan /usr/lib/cgi-bin/mapserv<br>
ScriptAlias /ogc/wms3 /usr/lib/cgi-bin/mapserv<br>.....<br><br>SetEnv MS_MAP_NO_PATH "map-locked"<br>SetEnvIf Request_URI "/ogc/wms-pepe" MS_MAPFILE=/var/www/mapserver/public1.map<br>SetEnvIf Request_URI "/ogc/wms-juan" MS_MAPFILE=/var/www/mapserver/public2.map<br>
SetEnvIf Request_URI "/ogc/wms3" MS_MAPFILE=/var/www/mapserver/public3.map<br>SetEnvIf Request_URI "/ogc/wms4" MS_MAPFILE=/var/www/mapserver/public4.map<br>SetEnvIf Request_URI "/ogc/wms5" MS_MAPFILE=/var/www/mapserver/public5.map<br>
....<br><br></div>La línea map-locked es para ignorar el parámetro mapfile en la URL (es más seguro de esta forma).<br><br></div>Saludos,<br><br>César<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
El 13 de marzo de 2014, 23:29, jyanez <span dir="ltr"><<a href="mailto:jesus.yanez@inecc.gob.mx" target="_blank">jesus.yanez@inecc.gob.mx</a>></span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hola<br>
<br>
Tengo 10 servicios wms, y quisiera saber como ocultar el parámetro "map=".<br>
<br>
He leído que se puede hacer lo anterior, copiando el archivo mapserv con<br>
otro nombre y añadiendo en el archivo httpd.conf las siguientes líneas:<br>
<br>
SetEnvIf Request_URI "/cgi-bin/mywms"<br>
MS_MAPFILE=/path/to/mymap.map<br>
<br>
<br>
Por lo anterior, si tengo 10 archivos mapfile, como se puede hacer esto.<br>
<br>
Alguna idea.<br>
Saludos<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Mapserver-tp5128924.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Mapserver-tp5128924.html</a><br>
Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Spanish mailing list<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a></blockquote></div><br><br clear="all"><br>-- <br>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br> César Martínez Izquierdo<br>
GIS developer<br> - - - - - - - - - - - - - - - - - - - -<br> Blog: <a href="http://geotechnotes.wordpress.com/" target="_blank">http://geotechnotes.wordpress.com/</a><br> ETC-SIA: <a href="http://sia.eionet.europa.eu/" target="_blank">http://sia.eionet.europa.eu/</a><br>
Universitat Autònoma de Barcelona (SPAIN)<br>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
</div>