From: Eric Covener Date: Sat, 25 Oct 2014 17:50:19 +0000 (+0000) Subject: add mod_cache proposal, log some votes X-Git-Tag: 2.4.11~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c91a0d74a750821b56243b98874364543438804;p=thirdparty%2Fapache%2Fhttpd.git add mod_cache proposal, log some votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 90f3b93f40d..1c5d24be1ff 100644 --- a/STATUS +++ b/STATUS @@ -224,13 +224,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1629507 trunk patch: http://svn.apache.org/r1629652 2.4.x patch: trunk works modulo CHANGES - +1: rjung + +1: rjung, covener * mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. trunk patch: http://svn.apache.org/r1629508 2.4.x patch: trunk works modulo CHANGES - +1: rjung + +1: rjung, covener * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357. trunk patches: https://svn.apache.org/r1629372 @@ -260,7 +260,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * default SSL configuration: provide sample OCSP Stapling configuration trunk patch: http://svn.apache.org/r1633730 2.4.x patch: http://people.apache.org/~trawick/2.4.x-sample-ocsp-stapling.txt - +1: trawick + +1: trawick, covener * style fix trunk patch: http://svn.apache.org/r1633031 @@ -269,6 +269,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1633530 2.4.x patch: trunk works +1: jailletc36 + + * mod_cache: Restore original request headers when skipping updating the cache due to + a busy/broken CacheLock. Can result in a 304 to an uncoditional request. + trunk patch: http://svn.apache.org/r1634237 + 2.4.x patch: trunk works + +1 covener OTHER PROPOSALS