From: Vincent Deffontaines Date: Wed, 19 Jan 2011 14:40:44 +0000 (+0000) Subject: Propagating r1060795 to the compiled doc X-Git-Tag: 2.3.11~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e943a5f53461fcbbaa32403f05ea42a50ae7b6b0;p=thirdparty%2Fapache%2Fhttpd.git Propagating r1060795 to the compiled doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1060827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 034a9405642..7ca5ecc813d 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -85,6 +85,7 @@
  • BalancerMember
  • NoProxy
  • <Proxy>
  • +
  • ProxyAddHeaders
  • ProxyBadHeader
  • ProxyBlock
  • ProxyDomain
  • @@ -652,6 +653,26 @@ directly + +
    top
    +

    ProxyAddHeaders Directive

    + + + + + + + + +
    Description:Add proxy information in X-Forwarded-* headers
    Syntax:ProxyAddHeaders Off|On
    Default:ProxyAddHeaders On
    Context:server config, virtual host, directory
    Status:Extension
    Module:mod_proxy
    Compatibility:Available in version 2.3.10 and later
    +

    This directive determines whether or not proxy related information should be passed to the + backend server through X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server HTTP headers.

    +

    Effectiveness

    +

    This option is of use only for HTTP proxying, as handled by mod_proxy_http.

    +
    + + +
    top

    ProxyBadHeader Directive