Is this functionality documented someplace? I couldn't find anything. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eichner, Andreas - SID-NLKM Sent: Friday, January 18, 2013 3:41 AM To: Peter Maes; [email protected] 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 [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
