From d13ed6142b836b22e6b9499d08a22ced01c48a6c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 28 Feb 1998 08:12:48 +0000 Subject: [PATCH] Add %a to mod_log_config for inserting the remote IP-address. This is the adapted patch against 1.3 of Todd Eigenschink 's original patch for 1.2.5. For 1.2.5 we don't want it because its a feature. I also added corresponding entries to the CHANGES and mod_log_config.html file. Submitted by: Todd Eigenschink Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80340 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 58855bc076..df824e37c8 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -110,6 +110,7 @@ by the values as follows: %...f: Filename %...{FOOBAR}e: The contents of the environment variable FOOBAR %...h: Remote host +%...a: Remote IP-address %...{Foobar}i: The contents of Foobar: header line(s) in the request sent to the server. %...l: Remote logname (from identd, if supplied) -- 2.40.0