From: Rich Bowen Date: Tue, 5 Jun 2012 15:32:34 +0000 (+0000) Subject: Add remark about proxying and host address, as per doc comment. X-Git-Tag: 2.4.3~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14526fd05939c4e8d4071fd562c66a8f45408d16;p=apache Add remark about proxying and host address, as per doc comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1346425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 30bef02669..cfffbb91bb 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -171,4 +171,20 @@ Require host .net example.edu +
Security Note + +

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 Require + directive in this context may not do what you mean. See + mod_remoteip for one possible solution to this + problem.

+ +
+ + + + + +