Created
March 15, 2018 08:20
-
-
Save elemoine/c8cd89919ef99e82514d4ead310df12c to your computer and use it in GitHub Desktop.
MapServer Apache FastCGI configuration snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteRule "^/ogc/(.*)$" "-" [E=MS_MAPFILE:/var/www/$1.map] | |
<Location "/ogc/"> | |
SetHandler fcgid-script | |
Options +ExecCGI | |
FcgidWrapper /usr/lib/cgi-bin/mapserv virtual | |
Require all granted | |
</Location> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment