From: Eric Covener Date: Sat, 15 Feb 2014 17:48:21 +0000 (+0000) Subject: vote/promote remote_ip X-Git-Tag: 2.4.8~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=400a3c02453c0fadb393391200748b87eff7746c;p=apache vote/promote remote_ip git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1568645 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bbf80036b6..12cf8bc31d 100644 --- a/STATUS +++ b/STATUS @@ -98,6 +98,11 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_remoteip: Use the correct IP addresses to populate the proxy_ips field. + PR55972 + trunk patch: https://svn.apache.org/r1564475 + 2.4.x patch: trunk works + +1: mrumph, jim, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -201,13 +206,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_remoteip: Correct the trusted proxy match test. PR54651 trunk patch: https://svn.apache.org/r1564052 2.4.x patch: trunk works - +1: mrumph - - * mod_remoteip: Use the correct IP addresses to populate the proxy_ips field. - PR55972 - trunk patch: https://svn.apache.org/r1564475 - 2.4.x patch: trunk works - +1: mrumph, jim + +1: mrumph, covener * mod_proxy_fcgi: Fix error message when an unexpected protocol version number is received from the application. PR 56110.