/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/t/conf/extra.conf.in
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/t/conf/extra.conf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/t/conf/extra.conf.in	2004/12/01 04:21:44	109276
+++ httpd/test/trunk/perl-framework/Apache-Test/t/conf/extra.conf.in	2004/12/01 04:23:14	109277
@@ -32,3 +32,14 @@
 </IfModule>
 
 
+<IfModule mod_cgi.c>
+  ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
+
+  <Directory "@ServerRoot@/cgi-bin/">
+    AllowOverride None
+    Options +ExecCGI
+    Order allow,deny
+    Allow from all
+  </Directory>
+</IfModule>
+

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26