From: Jim Jagielski Date: Thu, 21 May 2009 17:30:28 +0000 (+0000) Subject: Committed revision 777191. X-Git-Tag: 2.2.12~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85cfee9d2db71604529a7b025f63d118960ea0d5;p=thirdparty%2Fapache%2Fhttpd.git Committed revision 777191. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@777192 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 02a3ae3448b..4284c6c76b4 100644 --- a/STATUS +++ b/STATUS @@ -87,17 +87,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * proxy_util: Resolve broken ProxyPassReverse balancer: given the config; - BalancerMember balancer://alias http://example.com/foo - ProxyPassReverse /bash balancer://alias/bar - proxy should translate url http://example.com/foo/bar/that to /bash/that - Trunk version of patch works: - http://svn.apache.org/viewvc?view=rev&revision=771587 - Addresses PR's 40136, 45434, 46765 - +1: wrowe, jim - rpluem says: If you add r771610 - (http://svn.apache.org/viewvc?view=rev&revision=771610) I am +1. - * log: Provide "||program" syntax to optionally restore behavior broken in 2.0.50 which leads to bad process handling on Solaris and wasted process resources on all platforms.