Commit 6ee85bb2 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Backported


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721034 13f79535-47bb-0310-9956-ffa450edef68
parent 97cc4454
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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>]
+1 −1
Original line number Diff line number Diff line
@@ -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.