]> granicus.if.org Git - apache/commitdiff
Add remark about proxying and host address, as per doc comment.
authorRich Bowen <rbowen@apache.org>
Tue, 5 Jun 2012 15:32:34 +0000 (15:32 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 5 Jun 2012 15:32:34 +0000 (15:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1346425 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_host.xml

index 30bef026697585c3eb8567f19d13744d27944b61..cfffbb91bb3f171530553d18ec2c3ded4bc9e204 100644 (file)
@@ -171,4 +171,20 @@ Require host .net example.edu
 
 </section>
 
+<section id="proxy"><title>Security Note</title>
+
+    <p>If you are proxying content to your server, you need to be aware
+    that the client address will be the address of your proxy server,
+    not the address of the client, and so using the <code>Require</code>
+    directive in this context may not do what you mean. See
+    <module>mod_remoteip</module> for one possible solution to this
+    problem.</p>
+
+</section>
+
+</section>
+
+ </modulesynopsis>
+</section>
+
 </modulesynopsis>