]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1031425 from trunk:
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:12:21 +0000 (04:12 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:12:21 +0000 (04:12 +0000)
PR#48474: wrong directive name in mod_proxy_scgi example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031426 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_scgi.html.en
docs/manual/mod/mod_proxy_scgi.xml

index 5fb36aacce326138d40a36a0668ce7f38dc5e406..c58ebe87a6e8f5b64ab250de939cc4b300796d09 100644 (file)
@@ -134,7 +134,7 @@ header</td></tr>
     <dd>The gateway looks for a backend response header called
     <code>X-Sendfile</code> and interprets the value as filename to serve. The
     header is removed from the final response headers. This is equivalent to
-    <code>ProxySCGIRequest X-Sendfile</code>.</dd>
+    <code>ProxySCGISendfile X-Sendfile</code>.</dd>
 
     <dt>anything else</dt>
     <dd>Similar to <code>On</code>, but instead of the hardcoded header name
index a0657db08a5b9488b437059f1d09592265b68ecf..999cee8c485ea95f94d195b7be43fa49d05d8b55 100644 (file)
@@ -97,7 +97,7 @@ header</description>
     <dd>The gateway looks for a backend response header called
     <code>X-Sendfile</code> and interprets the value as filename to serve. The
     header is removed from the final response headers. This is equivalent to
-    <code>ProxySCGIRequest X-Sendfile</code>.</dd>
+    <code>ProxySCGISendfile X-Sendfile</code>.</dd>
 
     <dt>anything else</dt>
     <dd>Similar to <code>On</code>, but instead of the hardcoded header name