]> granicus.if.org Git - apache/commitdiff
PR#48474: wrong directive name in mod_proxy_scgi example
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:11:39 +0000 (04:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:11:39 +0000 (04:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031425 13f79535-47bb-0310-9956-ffa450edef68

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

index 1f5a8a9ebcb6218d78d741d20e2681862acb7a71..ff88ad086d5acb0587923fd345f297855e982cdf 100644 (file)
@@ -137,7 +137,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 7ae27cb22572f9e65871b7c532ef2a8b1afcefaf..184df0f0cca1a35c8e7e4e4ac0e30316b81a0e69 100644 (file)
@@ -100,7 +100,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