apache.conf.in: add some more logging fields
commit736654592dbbbe4525f93705d45497f8c03e4b34
authorKyle J. McKay <mackyle@gmail.com>
Sat, 24 Dec 2016 06:59:40 +0000 (23 22:59 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 24 Dec 2016 06:59:40 +0000 (23 22:59 -0800)
tree174276645d95f2542171a8181b84e13102c82756
parent752b5303b3db008d1259c7815f3bc8d1bf2497aa
apache.conf.in: add some more logging fields

Show the time in (almost) RFC 3339 format (strftime has some
limitations and readability is important).  It sorts MUCH better now.

Add connection status (%X), keep alive request num (%k), but only when
Apache supports it (2.2.11+), right in front of request line joined to
it with a colon.

Add time in microseconds for request and quoted Content-Range output
header to end.

So now it's possible to tell how long a request took, which bytes
it sent if it's a 206, whether it was aborted and whether it's one
of a chain of "keep alive" requests.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
apache.conf.in