You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/10/09 00:26:17 UTC

svn commit: r1180502 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: rbowen
Date: Sat Oct  8 22:26:16 2011
New Revision: 1180502

URL: http://svn.apache.org/viewvc?rev=1180502&view=rev
Log:
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

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1180502&r1=1180501&r2=1180502&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Oct  8 22:26:16 2011
@@ -1791,6 +1791,11 @@ media type in the HTTP Content-Type head
     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>