You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/09/19 17:18:44 UTC

svn commit: r697129 - /httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Author: jim
Date: Fri Sep 19 08:18:44 2008
New Revision: 697129

URL: http://svn.apache.org/viewvc?rev=697129&view=rev
Log:

Cleanup the explanation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=697129&r1=697128&r2=697129&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Fri Sep 19 08:18:44 2008
@@ -108,9 +108,11 @@
         in the request sent to the server.</td></tr>
 
     <tr><td><code>%k</code></td>
-        <td>Number of requests handled on this connection.  Interesting if
-          <directive module="core">KeepAlive</directive> is being used;
-          otherwise this is always 0.</td></tr>
+        <td>Number of keepalive requests handled on this connection.  Interesting if
+          <directive module="core">KeepAlive</directive> is being used, so that,
+          for example, a '1' means the first keepalive request after the initial
+          one, '2' the second, etc...;
+          otherwise this is always 0 (indicating the initial request).</td></tr>
 
     <tr><td><code>%l</code></td>
         <td>Remote logname (from identd, if supplied). This will return a