diff options
author | Eric Covener <covener@apache.org> | 2013-08-06 04:16:51 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-08-06 04:16:51 +0200 |
commit | 7a50efcd601722958bf8361eef14371826ec0648 (patch) | |
tree | 2106b887315464833f168f8626f4e95f15513589 /docs/manual/mod/mod_log_config.html.en | |
parent | ab: Fix potential buffer overflows when processing the T and X (diff) | |
download | apache2-7a50efcd601722958bf8361eef14371826ec0648.tar.xz apache2-7a50efcd601722958bf8361eef14371826ec0648.zip |
* remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753&view=rev
while trying to account for mod_remoteip.
* mention mod_remote_ip for %a too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.html.en')
-rw-r--r-- | docs/manual/mod/mod_log_config.html.en | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 347a9973af..6db90c8342 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -84,9 +84,10 @@ <tr><td><code>%%</code></td> <td>The percent sign.</td></tr> <tr class="odd"><td><code>%a</code></td> - <td>Client IP address and port of the request.</td></tr> + <td>Client IP address of the request (see the + <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> module).</td></tr> <tr><td><code>%{c}a</code></td> - <td>Underlying peer IP address and port of the connection (see the + <td>Underlying peer IP address of the connection (see the <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> module).</td></tr> <tr class="odd"><td><code>%A</code></td> <td>Local IP-address.</td></tr> |