You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/04/17 13:30:36 UTC

svn commit: r1588220 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/mod_proxy.xml

Author: trawick
Date: Thu Apr 17 11:30:36 2014
New Revision: 1588220

URL: http://svn.apache.org/r1588220
Log:
merge r1588213 from trunk:
  Add hint about RequestHeader

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1588213

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1588220&r1=1588219&r2=1588220&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Thu Apr 17 11:30:36 2014
@@ -431,6 +431,11 @@ ProxyPass /examples http://backend.examp
     module="mod_proxy">ProxyVia</directive> directives, which control
     other request headers.</p>
 
+    <p>Note:  If you need to specify custom request headers to be
+    added to the forwarded request, use the 
+    <directive module="mod_headers">RequestHeader</directive>
+    directive.</p>
+
    </section> <!--/x-headers -->