diff options
author | Jim Jagielski <jim@apache.org> | 2008-09-08 16:52:21 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2008-09-08 16:52:21 +0200 |
commit | 8adcd5a5ac2018759e439c1fb911a0170cdcf169 (patch) | |
tree | e3570a8c78e65cfee208ab81a85ced961837d19e /CHANGES | |
parent | Typo fix (diff) | |
download | apache2-8adcd5a5ac2018759e439c1fb911a0170cdcf169.tar.xz apache2-8adcd5a5ac2018759e439c1fb911a0170cdcf169.zip |
Add in useful feature. %k which logs the keepalives
value.
PR: 45762
Dan Poirier <poirier@pobox.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@693120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) 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> |