diff options
author | Eric Covener <covener@apache.org> | 2010-11-05 05:11:39 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2010-11-05 05:11:39 +0100 |
commit | 7d1c3136c2b76b3f3d1c5df26f0388305d67dfa9 (patch) | |
tree | 9c43e683a64f700a78434cb8f3bb512f2de08c93 /docs/manual/mod/mod_proxy_scgi.xml | |
parent | typo (diff) | |
download | apache2-7d1c3136c2b76b3f3d1c5df26f0388305d67dfa9.tar.xz apache2-7d1c3136c2b76b3f3d1c5df26f0388305d67dfa9.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_proxy_scgi.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_scgi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</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 |