Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 08988200C73 for ; Wed, 26 Apr 2017 00:55:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 073CF160BB6; Tue, 25 Apr 2017 22:55:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 74E1C160BB3 for ; Wed, 26 Apr 2017 00:55:06 +0200 (CEST) Received: (qmail 76074 invoked by uid 500); 25 Apr 2017 22:55:05 -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 76065 invoked by uid 99); 25 Apr 2017 22:55:05 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 22:55:05 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0E3743A0F9A for ; Tue, 25 Apr 2017 22:55:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1792676 - /httpd/httpd/branches/2.4.x/STATUS Date: Tue, 25 Apr 2017 22:55:04 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170425225505.0E3743A0F9A@svn01-us-west.apache.org> archived-at: Tue, 25 Apr 2017 22:55:07 -0000 Author: ylavic Date: Tue Apr 25 22:55:04 2017 New Revision: 1792676 URL: http://svn.apache.org/viewvc?rev=1792676&view=rev Log: Rehabilitate. Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1792676&r1=1792675&r2=1792676&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Tue Apr 25 22:55:04 2017 @@ -192,17 +192,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: jchampion -PATCHES/ISSUES THAT ARE BEING WORKED - [ New entried should be added at the START of the list ] - *) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. trunk patch: http://svn.apache.org/r1789220 + trunk patch: http://svn.apache.org/r1792675 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic + +PATCHES/ISSUES THAT ARE BEING WORKED + [ New entried should be added at the START of the list ] + *) mod_ssl: Return 502 instead of 500 when SSL peer check or proxy_post_handshake hook fails. Trunk patch: r1645529 (works)