From c5a0b2ba0cfef7e3e63fccad51705c8eb6d4989e Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 19 Sep 2008 15:18:44 +0000 Subject: [PATCH] Cleanup the explanation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@697129 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 161314071b..b57c379863 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -108,9 +108,11 @@ in the request sent to the server. %k - Number of requests handled on this connection. Interesting if - KeepAlive is being used; - otherwise this is always 0. + Number of keepalive requests handled on this connection. Interesting if + KeepAlive 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). %l Remote logname (from identd, if supplied). This will return a -- 2.50.1