[mapserver-users] apache module - mapserver
Lime, Steve D (DNR)
Steve.Lime at state.mn.us
Tue Jan 22 07:47:44 PST 2013
Is this functionality documented someplace? I couldn't find anything.
-----Original Message-----
From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Eichner, Andreas - SID-NLKM
Sent: Friday, January 18, 2013 3:41 AM
To: Peter Maes; mapserver-users at lists.osgeo.org
Subject: Re: [mapserver-users] apache module - mapserver
> I noticed during compilation of mapserver 6.2 that there is an apache
> module as well.
Please note that the module currently has limited functionality.
> However, which parameters do i need to pass to httpd.conf for the
> module to work correctly? How can I properly test it when its
> configured as module? Calling /mapserver or /mapserv didn't do the
> trick for me.
You need to configure a <Location> and set the Mapfile directive, f.e.:
<Location "/mapserver">
Mapfile "/path/to/mapfiles/mapfile.map"
</Location>
Currently you need to create such a configuration for every MAP file you want to publish.
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list