diff options
author | Rich Bowen <rbowen@apache.org> | 2011-10-09 00:21:18 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-10-09 00:21:18 +0200 |
commit | c8c04b8bed50c743d1a1b77daf607da8208326eb (patch) | |
tree | 03906bce957828021330b04ce51ef5a140bbef3a /docs/manual | |
parent | mod_authn_socache: fix it to enable initialisation to work if configured (diff) | |
download | apache2-c8c04b8bed50c743d1a1b77daf607da8208326eb.tar.xz apache2-c8c04b8bed50c743d1a1b77daf607da8208326eb.zip |
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
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 838e1e8961..c7d260588b 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -100,7 +100,11 @@ <tr><td><code>%h</code></td> <td>Remote hostname. Will log the IP address if <directive module="core">HostnameLookups</directive> is set to - <code>Off</code>, which is the default.</td></tr> + <code>Off</code>, 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 <a + href="mod_authz_host.html#reqhost">the Require host + documentation</a>.</td></tr> <tr><td><code>%H</code></td> <td>The request protocol.</td></tr> |