Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteRule "^/ogc/(.*)$" "-" [E=MS_MAPFILE:/var/www/$1.map]
  2. <Location "/ogc/">
  3. SetHandler fcgid-script
  4. Options +ExecCGI
  5. FcgidWrapper /usr/lib/cgi-bin/mapserv virtual
  6. Require all granted
  7. </Location>
Add Comment
Please, Sign In to add comment