From 14526fd05939c4e8d4071fd562c66a8f45408d16 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 5 Jun 2012 15:32:34 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authz_host.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.

+ +
+ + + + + + -- 2.40.0