]> granicus.if.org Git - apache/commitdiff
Add %a to mod_log_config for inserting the remote IP-address. This is the
authorRalf S. Engelschall <rse@apache.org>
Sat, 28 Feb 1998 08:12:48 +0000 (08:12 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 28 Feb 1998 08:12:48 +0000 (08:12 +0000)
adapted patch against 1.3 of Todd Eigenschink <eigenstr@mixi.net>'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 <eigenstr@mixi.net>
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

index 58855bc076e9bf5caf798e3f3348ec9ea0e7a3fd..df824e37c848f3242cad185b51bfa39ff368b923 100644 (file)
@@ -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)