disable tileserver
[google-map-tiles.git] / apache-gmap.conf
1 Alias /gmap /srv/google-map-tiles
2
3 <Location /gmap>
4         AddHandler cgi-script .pl
5         Options +ExecCGI +Indexes
6 </Location>