From: Eric Covener Date: Fri, 5 Nov 2010 04:11:39 +0000 (+0000) Subject: PR#48474: wrong directive name in mod_proxy_scgi example X-Git-Tag: 2.3.9~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1c3136c2b76b3f3d1c5df26f0388305d67dfa9;p=thirdparty%2Fapache%2Fhttpd.git PR#48474: wrong directive name in mod_proxy_scgi example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031425 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 1f5a8a9ebcb..ff88ad086d5 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -137,7 +137,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 7ae27cb2257..184df0f0cca 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -100,7 +100,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