From: William A. Rowe Jr Date: Wed, 6 May 2009 18:25:03 +0000 (+0000) Subject: propose backport X-Git-Tag: 2.2.12~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4821ec47a5bd37c688fc9ce1f4f843b1c2d9bb6;p=thirdparty%2Fapache%2Fhttpd.git propose backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@772393 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 86ff95160ea..46e3b9e768c 100644 --- a/STATUS +++ b/STATUS @@ -159,6 +159,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~rpluem/patches/sni_backport_2.2.x.diff +1: rpluem, + * proxy_util: Resolve broken ProxyPassReverse balancer: syntax, Given; + + BalancerMember balancer://alias http://example.com/foo + ProxyPassReverse /bash balancer://alias/bar + 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 + +1: wrowe + + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre