From 7d1c3136c2b76b3f3d1c5df26f0388305d67dfa9 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 04:11:39 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_scgi.html.en | 2 +- docs/manual/mod/mod_proxy_scgi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index 1f5a8a9ebc..ff88ad086d 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 7ae27cb225..184df0f0cc 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 -- 2.40.0