]> granicus.if.org Git - apache/commitdiff
Add hint about RequestHeader
authorJeff Trawick <trawick@apache.org>
Thu, 17 Apr 2014 11:26:04 +0000 (11:26 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 Apr 2014 11:26:04 +0000 (11:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588213 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 4f9625cc5f3ff52bf18c717ca048886764d20a56..fbe51bf2e0861ef0e83439593084b109fcbf5cc1 100644 (file)
@@ -448,6 +448,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 -->