From: Ruediger Pluem Date: Sun, 18 Jan 2009 12:12:08 +0000 (+0000) Subject: * Add some proposals X-Git-Tag: 2.2.12~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e2f6b932966062ff1dd0008f1422bb11898ce28;p=thirdparty%2Fapache%2Fhttpd.git * Add some proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 63a48cec2e2..2abae9d3c4d 100644 --- a/STATUS +++ b/STATUS @@ -134,6 +134,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: trawick, rpluem + * mod_proxy: Set the error time if we set a worker in error mode. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=734703&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + + * mod_proxy_balancer: Try first if we find any "recoverable" workers before + we force them to recover. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=734710&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).