From: Jim Jagielski Date: Fri, 8 Apr 2016 17:24:28 +0000 (+0000) Subject: Updated patch X-Git-Tag: 2.4.21~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ce4257269ad77546478241adedc339ed031558;p=thirdparty%2Fapache%2Fhttpd.git Updated patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1738269 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 75b153b2ee9..01e4fc51ffa 100644 --- a/STATUS +++ b/STATUS @@ -121,16 +121,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_proxy_hcheck: Dynamic reverse proxy backend health check module Trunk version of patch: Backport version for 2.4.x of patch: - http://home.apache.org/~jim/patches/hcheck-2.4-v2.patch + http://home.apache.org/~jim/patches/hcheck-2.4-v3.patch +1: jim - ylavic: Looks like the changes on struct proxy_worker_shared would break - startup with "BalancerPersist on" due to the strict checks on - the sizes of existing slotmems (slotmem_create/attach)? - jim: Yes, that is right (re: breakage)... this would be noted at - release. - ylavic: OK, this is just that persisted slotmems won't be reused on first - startup, not that the startup will fail (as I first thought). *) mod_ssl: Add "no_crl_for_cert_ok" flag to SSLCARevocationCheck directive to opt-in previous behaviour (2.2) with CRLs verification when checking