summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-10-07 03:06:33 +0200
committerRich Bowen <rbowen@apache.org>2011-10-07 03:06:33 +0200
commit97144cc2ef1d671c89e04cd2f66b35999f4d1100 (patch)
tree2274067ada7a5a16f33f51dc09c13f0c7bc8d11c /docs/manual
parentre-add "extern" accidentally removed by r1179448 (diff)
downloadapache2-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.xml4
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>