summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2015-05-22 09:25:46 +0000
committerRainer Jung <rjung@apache.org>2015-05-22 09:25:46 +0000
commitbbfd9674d6c5461ea0b72de14261295c87fa648a (patch)
tree59ffcd39975f27e0fb76404f3c2e4eeb2c13b125
parent5fc71063adf9d0b0c1443132a38ac20bbd31a512 (diff)
downloadhttpd-bbfd9674d6c5461ea0b72de14261295c87fa648a.tar.gz
Add two further mod_log_config proposals.
Not critical but nice to have. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681051 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS21
1 files changed, 21 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index a7b97bf2a6..218338920a 100644
--- a/STATUS
+++ b/STATUS
@@ -119,6 +119,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.2.x patch: trunk works (modulo CHANGES)
+1: ylavic, wrowe
+ * mod_log_config: Backport get_request_end_time().
+ This makes data consistent if a log format uses multiple %{...}T
+ and/or %D. The end time of a request is only taken once and the
+ same time is used for each log field.
+ trunk patch: http://svn.apache.org/r979120 (partial)
+ http://svn.apache.org/r1467765
+ 2.4.x patch: http://svn.apache.org/r979120 (partial)
+ http://svn.apache.org/r1467981
+ 2.2.x patch: http://people.apache.org/~rjung/patches/httpd-2.2.x-mod_log_config-get_request_end_time.patch
+ +1: rjung
+
+ * mod_log_config: Allow to choose request start or end time
+ as time stamp in log (httpd traditionally uses start, many
+ other components, e.g. Tomcat use end time, so they are kind
+ of hard to correlate). Also add more format choices for time stamps.
+ Assumes backport of get_request_end_time() above.
+ trunk patch: http://svn.apache.org/r979120 (remaining parts)
+ 2.4.x patch: http://svn.apache.org/r979120 (remaining parts)
+ 2.2.x patch: http://people.apache.org/~rjung/patches/httpd-2.2.x-mod_log_config-more_time_formats.patch
+ +1: rjung
+
PATCHES/ISSUES THAT ARE STALLED