added example apache config
[google-map-tiles.git] / apache-gmap.conf
diff --git a/apache-gmap.conf b/apache-gmap.conf
new file mode 100644 (file)
index 0000000..29dc355
--- /dev/null
@@ -0,0 +1,6 @@
+Alias /gmap /srv/google-map-tiles
+
+<Location /gmap>
+       AddHandler cgi-script .pl
+       Options +ExecCGI +Indexes
+</Location>