From: Jim Jagielski Date: Sun, 1 Feb 2009 21:57:48 +0000 (+0000) Subject: Propose lbset fix X-Git-Tag: 2.2.12~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=743665d597a9c5358097ac4fe28e15691a0ba6e1;p=thirdparty%2Fapache%2Fhttpd.git Propose lbset fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739857 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 951e98d8089..6bca515a54c 100644 --- a/STATUS +++ b/STATUS @@ -97,6 +97,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, pgollucci + * mod_proxy_balancer: Fix handling of lbset for non-seq config'ed + clusters: + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=739852 + http://svn.apache.org/viewvc?view=rev&revision=739853 + http://svn.apache.org/viewvc?view=rev&revision=739854 + Backport version for 2.2.x of patch: + http://people.apache.org/~jim/patches/httpd-2.2-lbset.patch + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).