[mapserver-commits] r8776 - trunk/msautotest/pymod

svn at osgeo.org svn at osgeo.org
Wed Mar 11 15:10:37 EDT 2009


Author: nsavard
Date: 2009-03-11 15:10:37 -0400 (Wed, 11 Mar 2009)
New Revision: 8776

Modified:
   trunk/msautotest/pymod/httpd_msautotest.conf
Log:
Added msautotest_viewer directives.

Modified: trunk/msautotest/pymod/httpd_msautotest.conf
===================================================================
--- trunk/msautotest/pymod/httpd_msautotest.conf	2009-03-11 19:05:48 UTC (rev 8775)
+++ trunk/msautotest/pymod/httpd_msautotest.conf	2009-03-11 19:10:37 UTC (rev 8776)
@@ -2,6 +2,15 @@
 
 <Directory "/path/to/msautotest">
   AllowOverride None
+  Options Indexes FollowSymLinks Multiviews
+  Order allow,deny
+  Allow from all
+</Directory>
+
+Alias /msautotest_viewer "/path/to/msautotest/pymod"
+
+<Directory "/path/to/msautotest/pymod">
+  AllowOverride None
   Options Indexes FollowSymLinks Multiviews ExecCGI
   Order allow,deny
   Allow from all
@@ -9,11 +18,11 @@
 
 Alias /tmp "/tmp"
 
-<Directory  "/tmp/">
-    Options None
-    AllowOverride None
-    Order allow,deny
-    Allow from all
+<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