Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 13945 invoked from network); 16 Aug 2008 13:36:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 13:36:10 -0000 Received: (qmail 8325 invoked by uid 500); 16 Aug 2008 13:36:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 8253 invoked by uid 500); 16 Aug 2008 13:36:09 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 8244 invoked by uid 99); 16 Aug 2008 13:36:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 06:36:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 13:35:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 96E892388989; Sat, 16 Aug 2008 06:35:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686499 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 16 Aug 2008 13:35:49 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080816133549.96E892388989@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Aug 16 06:35:49 2008 New Revision: 686499 URL: http://svn.apache.org/viewvc?rev=686499&view=rev Log: * Add some proposals Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=686499&r1=686498&r2=686499&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Aug 16 06:35:49 2008 @@ -168,6 +168,41 @@ Trunk version of patch works +1: rpluem, jim + * mod_proxy_ftp: Construct a site in the reverse proxy case when there is non. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=681190&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + + * core: Give possible piped loggers a chance to process their input before + they get killed by us. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=681204&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + + * mod_proxy: Add the possibility to set a separate connection timeout for + backend workers. + PR: 45445 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=684341&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + + * mod_proxy_http: Introduce environment variable proxy-initial-not-pooled + to avoid reusing pooled connections if the client connection is an + initial connection. This avoids the "proxy: error reading status line + from remote server reverse proxy case. + PR: 37770 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=684351&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when