summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts/mass.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/vhosts/mass.xml')
-rw-r--r--docs/manual/vhosts/mass.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml
index 8e3dc063e1..8b47adf8d8 100644
--- a/docs/manual/vhosts/mass.xml
+++ b/docs/manual/vhosts/mass.xml
@@ -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>