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 09D88200BA0 for ; Fri, 14 Oct 2016 22:02:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0884F160ADD; Fri, 14 Oct 2016 20:02:08 +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 51047160AD3 for ; Fri, 14 Oct 2016 22:02:07 +0200 (CEST) Received: (qmail 86413 invoked by uid 500); 14 Oct 2016 20:02:06 -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 86402 invoked by uid 99); 14 Oct 2016 20:02:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 20:02:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0338E1806B5 for ; Fri, 14 Oct 2016 20:02:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JGmY40VToUct for ; Fri, 14 Oct 2016 20:02:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 402F75F1B3 for ; Fri, 14 Oct 2016 20:02:05 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E6384E00A5 for ; Fri, 14 Oct 2016 20:02:00 +0000 (UTC) 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 E42103A039C for ; Fri, 14 Oct 2016 20:02:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1764958 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 14 Oct 2016 20:02:00 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161014200200.E42103A039C@svn01-us-west.apache.org> archived-at: Fri, 14 Oct 2016 20:02:08 -0000 Author: covener Date: Fri Oct 14 20:02:00 2016 New Revision: 1764958 URL: http://svn.apache.org/viewvc?rev=1764958&view=rev Log: add remoteip thing w/ two reports 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=1764958&r1=1764957&r2=1764958&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Oct 14 20:02:00 2016 @@ -228,6 +228,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: covener + *) mod_remoteip: Pick up where we left off during a subrequest rather + than running with the modified XFF but original TCP address. PR49839/PR60251 + trunk patch: http://svn.apache.org/r1688399 + 2.4.x patch: trunk works + +1: covener + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if