diff options
Diffstat (limited to '')
-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> |