[mapserver-commits] r7964 - trunk/msautotest/pymod
svn at osgeo.org
svn at osgeo.org
Mon Oct 6 15:53:19 EDT 2008
Author: nsavard
Date: 2008-10-06 15:53:19 -0400 (Mon, 06 Oct 2008)
New Revision: 7964
Added:
trunk/msautotest/pymod/httpd_msautotest.conf
Log:
Initial revision.
Added: trunk/msautotest/pymod/httpd_msautotest.conf
===================================================================
--- trunk/msautotest/pymod/httpd_msautotest.conf (rev 0)
+++ trunk/msautotest/pymod/httpd_msautotest.conf 2008-10-06 19:53:19 UTC (rev 7964)
@@ -0,0 +1,20 @@
+Alias /msautotest "/path/to/msautotest"
+
+<Directory "/path/to/msautotest">
+ AllowOverride None
+ Options Indexes FollowSymLinks Multiviews ExecCGI
+ Order allow,deny
+ Allow from all
+</Directory>
+
+Alias /tmp "/tmp"
+
+<Directory "/tmp/">
+ Options None
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+</Directory>
+
+AddHandler cgi-script .py
+
More information about the mapserver-commits
mailing list