From: Rich Bowen Date: Sat, 8 Oct 2011 22:26:16 +0000 (+0000) Subject: Note that hostname lookups will be performed for 'require from hostname' X-Git-Tag: 2.3.15~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8711a459abbd8afc647bebb2f7ba7fbe9f85731;p=apache 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 --- 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 default to the bin subdirectory of your installation directory, can be used to look up host names from logged IP addresses offline.

+ +

Finally, if you have hostname-based Require + directives, a hostname lookup will be performed regardless of + the setting of HostnameLookups.