From: Rich Bowen Date: Sun, 2 Oct 2005 20:57:32 +0000 (+0000) Subject: Force these cgi thingies to be treated as cgi. X-Git-Tag: 2.0.55~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3709139f967261db6fe51c18f23153eb3364af95;p=thirdparty%2Fapache%2Fhttpd.git Force these cgi thingies to be treated as cgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@293165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml index 8e3dc063e12..8b47adf8d84 100644 --- a/docs/manual/vhosts/mass.xml +++ b/docs/manual/vhosts/mass.xml @@ -430,7 +430,7 @@ RewriteRule ^/(.*)$ %1/docs/$1
RewriteCond %{REQUEST_URI} ^/cgi-bin/
RewriteCond ${lowercase:%{SERVER_NAME}} ^(.+)$
RewriteCond ${vhost:%1} ^(/.*)$
-RewriteRule ^/(.*)$ %1/cgi-bin/$1 +RewriteRule ^/(.*)$ %1/cgi-bin/$1 [T=application/x-httpd-cgi]