]> granicus.if.org Git - apache/commitdiff
merge r1588213 from trunk:
authorJeff Trawick <trawick@apache.org>
Thu, 17 Apr 2014 11:30:36 +0000 (11:30 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 Apr 2014 11:30:36 +0000 (11:30 +0000)
  Add hint about RequestHeader

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588220 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 041f460a4f419302afecc0542347678362149fb5..6a460ccf203e3227770bc2b99b6079a77b366863 100644 (file)
@@ -431,6 +431,11 @@ ProxyPass /examples http://backend.example.com/examples timeout=10
     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 -->