Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 40047 invoked from network); 19 Jan 2011 14:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2011 14:41:12 -0000 Received: (qmail 8254 invoked by uid 500); 19 Jan 2011 14:41:11 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 7991 invoked by uid 500); 19 Jan 2011 14:41:08 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 7979 invoked by uid 99); 19 Jan 2011 14:41:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 14:41:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 14:41:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5242E2388900; Wed, 19 Jan 2011 14:40:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1060827 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Date: Wed, 19 Jan 2011 14:40:45 -0000 To: cvs@httpd.apache.org From: gryzor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110119144045.5242E2388900@eris.apache.org> Author: gryzor Date: Wed Jan 19 14:40:44 2011 New Revision: 1060827 URL: http://svn.apache.org/viewvc?rev=1060827&view=rev Log: Propagating r1060795 to the compiled doc Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en?rev=1060827&r1=1060826&r2=1060827&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Wed Jan 19 14:40:44 2011 @@ -85,6 +85,7 @@
  • BalancerMember
  • NoProxy
  • <Proxy>
  • +
  • ProxyAddHeaders
  • ProxyBadHeader
  • ProxyBlock
  • ProxyDomain
  • @@ -654,6 +655,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

    Description:Determines how to handle bad header lines in a