From: Yann Ylavic Date: Thu, 9 Oct 2014 16:08:57 +0000 (+0000) Subject: Propose fix for PR 57067, fix misspelling and add PR 44736 reference. X-Git-Tag: 2.2.30~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e3acf647c8ab2a59b170f6cdf44beddbb42ce6;p=thirdparty%2Fapache%2Fhttpd.git Propose fix for PR 57067, fix misspelling and add PR 44736 reference. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1630524 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 830b1095b2b..f6cab4d0c96 100644 --- a/STATUS +++ b/STATUS @@ -111,12 +111,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch +1: wrowe - * mod_proxy: Reuse proxy workers' parameters and scores accross graceful + * mod_proxy: Reuse proxy workers' parameters and scores across graceful restarts, even if new workers added, old ones removed, or the order - changes. [Jan Kaluza] + changes. PR 44736. [Jan Kaluza] 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy-balancer_graceful.patch ylavic: trunk/2.4.x not concerned, 2.2.x only. + * mod_proxy_balancer: Always initialize the shared parameters of a load + balancer member, even if it is already used as standalone. PR 57067. + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy_balancer-lbfactor.patch + ylavic: trunk/2.4.x not concerned, 2.2.x only. + + PATCHES/ISSUES THAT ARE STALLED * mod_cache: Realign the cache_quick_handler() to behave identically