Commit 792dc79f authored by Yann Ylavic's avatar Yann Ylavic
Browse files

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
parent 633cc11d
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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