Fix a few tests for apache-cgi, still not passing all %2F tests or args test
Andy Grundman [Wed, 18 Oct 2006 11:14:36 +0000 (11:14 +0000)]
t/conf/extra.conf.in

index fff041d..27a7b5f 100644 (file)
@@ -1,3 +1,8 @@
+<IfDefine !APACHE1>
+    # Needed to pass some %2F tests
+    AllowEncodedSlashes on
+</IfDefine>
+
 # CGI
 <IfModule @CGI_MODULE@>
     ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/