100f02a
# This configuration is intended as an example.
100f02a
# It is not meant for productive use.
cdf98c4
100f02a
RewriteEngine on
100f02a
RewriteRule ^/wms/(.+)$ /qgis/qgis_mapserv.fcgi?map=/var/www/wms/$1.qgs [QSA,PT]
100f02a
100f02a
ScriptAlias /qgis/ "/usr/libexec/qgis/"
cdf98c4
cdf98c4
<Directory "/usr/libexec/qgis/">
100f02a
  Options ExecCGI
100f02a
  Options FollowSymLinks
100f02a
  Order deny,allow
100f02a
  Deny from all
100f02a
  Allow from 127.0.0.1
cdf98c4
</Directory>
100f02a