> Would there a possibility to juste use …map=my_map&… and have the path then 
> get added/understood by some internal configuration (mod_rewrite perhaps?)?

Using that with an environment variable as others have pointed out, or other 
rewrite techniques from 
http://mapserver.org/ogc/wms_server.html#changing-the-online-resource-url are a 
good way to go. I would personally *not* recommend any techniques involving a 
wrapper script for anything other than development, as your webserver has to 
spawn two processes (bash + mapserv) instead of one (mapserv) for each request; 
this can add noticeable overhead in production.

--
thomas

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to