Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 20838 invoked from network); 13 May 2008 21:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 21:02:23 -0000 Received: (qmail 92192 invoked by uid 500); 13 May 2008 21:02:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92115 invoked by uid 500); 13 May 2008 21:02:20 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 92103 invoked by uid 99); 13 May 2008 21:02:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 14:02:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 13 May 2008 21:01:43 +0000 Received: (qmail 20645 invoked by uid 2161); 13 May 2008 21:01:58 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id D16B21721C for ; Tue, 13 May 2008 23:01:48 +0200 (CEST) Message-ID: <482A01C9.7070208@apache.org> Date: Tue, 13 May 2008 23:02:01 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Missing vote for persistent SSL backend proxy connections X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org I know that the following patch really requires some work to review, but it is missing only one vote and it would be really worth to be included in 2.2.9: * mod_proxy: Allow for keepalive backend proxies (PR43238), which also addresses PR44026 and PR44543. These are pretty much interwrapped here. Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=602542 http://svn.apache.org/viewvc?view=rev&revision=603237 http://svn.apache.org/viewvc?view=rev&revision=603502 http://svn.apache.org/viewvc?view=rev&revision=603543 http://svn.apache.org/viewvc?view=rev&revision=604447 http://svn.apache.org/viewvc?view=rev&revision=604449 http://svn.apache.org/viewvc?view=rev&revision=605314 http://svn.apache.org/viewvc?view=rev&revision=605838 Backport version for 2.2.x of patch: http://people.apache.org/~rpluem/patches/proxy-ssl-44026-patch.txt +1: jim, rpluem Regards R�diger