diff options
author | Rich Bowen <rbowen@apache.org> | 2011-10-07 03:06:33 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-10-07 03:06:33 +0200 |
commit | 97144cc2ef1d671c89e04cd2f66b35999f4d1100 (patch) | |
tree | 2274067ada7a5a16f33f51dc09c13f0c7bc8d11c /docs/manual | |
parent | re-add "extern" accidentally removed by r1179448 (diff) | |
download | apache2-97144cc2ef1d671c89e04cd2f66b35999f4d1100.tar.xz apache2-97144cc2ef1d671c89e04cd2f66b35999f4d1100.zip |
Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Clarify
that %h logs the IP address when HostnameLookup is set Off.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-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> |