summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-11-27 00:25:37 +0100
committerJim Jagielski <jim@apache.org>2008-11-27 00:25:37 +0100
commit3a1bc532d26fa71665f304a8c780c833fbfe16cb (patch)
treed0f4ddbcd3c14fa6c92ccfce0962a7f264e67342
parentStop bundling PCRE in trunk. (diff)
downloadapache2-3a1bc532d26fa71665f304a8c780c833fbfe16cb.tar.xz
apache2-3a1bc532d26fa71665f304a8c780c833fbfe16cb.zip
Backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721034 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--modules/loggers/mod_log_config.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index c13c394bfa..f9235659d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,10 +59,6 @@ Changes with Apache 2.3.0
to mod_mime. Fixes mod_negotiation's use of such components.
PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
- *) Add new LogFormat parameter, %k, which logs the number of
- keepalive requests on this connection for this request..
- [Dan Poirier <poirier pobox.com>]
-
*) Be tolerant in what you accept - accept slightly broken
status lines from a backend provide they include a valid status code.
PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c
index 8a2d4b29bf..2994e2decd 100644
--- a/modules/loggers/mod_log_config.c
+++ b/modules/loggers/mod_log_config.c
@@ -87,7 +87,7 @@
* %...A: local IP-address
* %...{Foobar}i: The contents of Foobar: header line(s) in the request
* sent to the client.
- * %...k: number of requests served over this connection
+ * %...k: number of keepalive requests served over this connection
* %...l: remote logname (from identd, if supplied)
* %...{Foobar}n: The contents of note "Foobar" from another module.
* %...{Foobar}o: The contents of Foobar: header line(s) in the reply.