Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 21303 invoked from network); 11 Feb 2011 13:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 13:51:03 -0000 Received: (qmail 97473 invoked by uid 500); 11 Feb 2011 13:51:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 97265 invoked by uid 500); 11 Feb 2011 13:51:00 -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 97033 invoked by uid 99); 11 Feb 2011 13:51:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 13:51:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 11 Feb 2011 13:50:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 71B7623889D7; Fri, 11 Feb 2011 13:50:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069798 - /httpd/httpd/branches/2.2.x/STATUS Date: Fri, 11 Feb 2011 13:50:39 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110211135039.71B7623889D7@eris.apache.org> Author: covener Date: Fri Feb 11 13:50:39 2011 New Revision: 1069798 URL: http://svn.apache.org/viewvc?rev=1069798&view=rev Log: this was proposed at the top of the backport list 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=1069798&r1=1069797&r2=1069798&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Fri Feb 11 13:50:39 2011 @@ -105,13 +105,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] - * mpm worker/mpm event: Revert an old (~10yr) change to the fd Q; move back to - FIFO rather than LIFO, for more consistent performance - so that older requests don't suffer - Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269 - 2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch - - * unixd: set suexec_enabled correctly when httpd is run by non-root PR 42175 Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337 @@ -195,6 +188,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~fuankg/diffs/r422182-2.2.x.diff +1 fuankg, wrowe + * mpm worker/mpm event: Revert an old (~10yr) change to the fd Q; move back to + FIFO rather than LIFO, for more consistent performance + so that older requests don't suffer + Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269 + 2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch + * mod_proxy: Avoid a segfault if the notes table does not contain an SSL_connect_rv key. Trunk version of patch: