]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Force these cgi thingies to be treated as cgi.
authorRich Bowen <rbowen@apache.org>
Sun, 2 Oct 2005 20:57:32 +0000 (20:57 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 2 Oct 2005 20:57:32 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@293165 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/mass.xml

index 8e3dc063e120efb2adbfb3dd9cf53d45a368d4c8..8b47adf8d8485bb8969c3c1b29b1e9899cd06c6e 100644 (file)
@@ -430,7 +430,7 @@ RewriteRule  ^/(.*)$                      %1/docs/$1<br />
 RewriteCond  %{REQUEST_URI}               ^/cgi-bin/<br />
 RewriteCond  ${lowercase:%{SERVER_NAME}}  ^(.+)$<br />
 RewriteCond  ${vhost:%1}                  ^(/.*)$<br />
-RewriteRule  ^/(.*)$                      %1/cgi-bin/$1
+RewriteRule  ^/(.*)$                      %1/cgi-bin/$1 [T=application/x-httpd-cgi]
 </example>
 
 </section>