From: Eric Covener Date: Fri, 5 Nov 2010 04:12:21 +0000 (+0000) Subject: Merge r1031425 from trunk: X-Git-Tag: 2.2.18~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc090cb11437063af208a1e8abd28ea72083625;p=thirdparty%2Fapache%2Fhttpd.git Merge r1031425 from trunk: 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 --- diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index 5fb36aacce3..c58ebe87a6e 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -134,7 +134,7 @@ header
The gateway looks for a backend response header called X-Sendfile and interprets the value as filename to serve. The header is removed from the final response headers. This is equivalent to - ProxySCGIRequest X-Sendfile.
+ ProxySCGISendfile X-Sendfile.
anything else
Similar to On, but instead of the hardcoded header name diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml index a0657db08a5..999cee8c485 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -97,7 +97,7 @@ header
The gateway looks for a backend response header called X-Sendfile and interprets the value as filename to serve. The header is removed from the final response headers. This is equivalent to - ProxySCGIRequest X-Sendfile.
+ ProxySCGISendfile X-Sendfile.
anything else
Similar to On, but instead of the hardcoded header name