diff options
author | Rich Bowen <rbowen@apache.org> | 2011-10-09 00:26:16 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-10-09 00:26:16 +0200 |
commit | c8711a459abbd8afc647bebb2f7ba7fbe9f85731 (patch) | |
tree | 9a1c29395543cf5f780bf4c7d8904e5a1a687142 /docs/manual/mod | |
parent | refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Mention (diff) | |
download | apache2-c8711a459abbd8afc647bebb2f7ba7fbe9f85731.tar.xz apache2-c8711a459abbd8afc647bebb2f7ba7fbe9f85731.zip |
Note that hostname lookups will be performed for 'require from hostname'
directives, regardless of the setting of HostnameLookups. refs
https://issues.apache.org/bugzilla/show_bug.cgi?id=51967
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180502 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/core.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c9d5f504e2..92ddab14be 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1791,6 +1791,11 @@ media type in the HTTP Content-Type header field</description> default to the <code>bin</code> subdirectory of your installation directory, can be used to look up host names from logged IP addresses offline.</p> + + <p>Finally, if you have <a + href="mod_authz_host.html#reqhost">hostname-based Require + directives</a>, a hostname lookup will be performed regardless of + the setting of <code>HostnameLookups</code>.</p> </usage> </directivesynopsis> |