diff options
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 136f9dcd42..838e1e8961 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -98,7 +98,9 @@ <td>Filename.</td></tr> <tr><td><code>%h</code></td> - <td>Remote host.</td></tr> + <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> <tr><td><code>%H</code></td> <td>The request protocol.</td></tr> |