From: Rich Bowen Date: Sat, 8 Oct 2011 22:21:18 +0000 (+0000) Subject: refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Mention X-Git-Tag: 2.3.15~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c04b8bed50c743d1a1b77daf607da8208326eb;p=thirdparty%2Fapache%2Fhttpd.git refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Mention that %h will sometimes log the IP address, and sometimes the hostname, depending on HostNameLookup setting and the use of hostname-based authorization directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180500 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 838e1e8961a..c7d260588b8 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -100,7 +100,11 @@ %h Remote hostname. Will log the IP address if HostnameLookups is set to - Off, which is the default. + Off, which is the default. If it logs the hostname + for only a few hosts, you probably have access control + directives mentioning them by name. See the Require host + documentation. %H The request protocol.