added example apache config
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:11:09 +0000 (16:11 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:11:09 +0000 (16:11 +0000)
apache-gmap.conf [new file with mode: 0644]

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>