From 97144cc2ef1d671c89e04cd2f66b35999f4d1100 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Oct 2011 01:06:33 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ Filename. %h - Remote host. + Remote hostname. Will log the IP address if HostnameLookups is set to + Off, which is the default. %H The request protocol. -- 2.40.0