summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/mod_log_config.html.en5
-rw-r--r--docs/manual/mod/mod_log_config.xml5
2 files changed, 6 insertions, 4 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>
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index a5a68cc1e7..a1f88ba0ab 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -71,10 +71,11 @@
<td>The percent sign.</td></tr>
<tr><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
+ <module>mod_remoteip</module> 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
<module>mod_remoteip</module> module).</td></tr>
<tr><td><code>%A</code></td>