From 943afe58ffdba7ccdb317bf6afb70e2844cd9e38 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 26 Nov 2008 23:26:30 +0000 Subject: [PATCH] Update docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@721035 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 40b9d8f4b83..9d5b920f494 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -111,8 +111,10 @@ %k Number of keepalive requests handled on this connection. Interesting if - KeepAlive is being used; - otherwise this is always 0. + 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.47.2