]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport to v2.4:
authorGraham Leggett <minfrin@apache.org>
Mon, 17 Jul 2023 21:16:59 +0000 (21:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 17 Jul 2023 21:16:59 +0000 (21:16 +0000)
commit99ebeeab00b452d4264b319a450bc0a0bc686438
tree6b0104687f69dca1a589164115e61aedd7d0c00f
parent5d0a1f2e763266ea950d0778949c6992e51babe0
Backport to v2.4:

  *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat, and make
     sure that if the format is configured early enough it applies to every log
     line.  PR 62161.
     trunk patch: https://svn.apache.org/r1908380
                  https://svn.apache.org/r1908383
                  https://svn.apache.org/r1908384
                  https://svn.apache.org/r1908388
                  https://svn.apache.org/r1908389
                  https://svn.apache.org/r1908390
                  https://svn.apache.org/r1908393
                  https://svn.apache.org/r1908394
                  https://svn.apache.org/r1908406
                  https://svn.apache.org/r1908407
                  https://svn.apache.org/r1908556
                  https://svn.apache.org/r1908557
     2.4.x patch: svn merge -c 1908380,1908383-1908384,1908388-1908390,1908393-1908394,1908406-1908407,1908556-1908557 ^/httpd/httpd/trunk .
                  (merge works modulo MMN, or patch/PR below)
                  https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/350.diff
                  https://github.com/apache/httpd/pull/350
     +1: ylavic, rpluem, minfrin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911079 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
include/ap_mmn.h
include/util_time.h
server/config.c
server/core.c
server/log.c
server/main.c
server/util_time.c