From: Jim Jagielski Date: Tue, 5 Feb 2008 13:36:46 +0000 (+0000) Subject: Backport proposal: ProxyPassreverse "fix" X-Git-Tag: 2.2.9~375 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14e9d953c916c4cb6c32e6349bd4e8165b348d56;p=thirdparty%2Fapache%2Fhttpd.git Backport proposal: ProxyPassreverse "fix" http://svn.apache.org/viewvc?view=rev&revision=616335 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@618646 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d0d51d558cc..37c32b79bed 100644 --- a/STATUS +++ b/STATUS @@ -137,13 +137,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * core: Reinstate location walk for subrequests. Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=579664 + http://svn.apache.org/viewvc?view=rev&revision=579664 Backport version of 2.2.x of patch: - Trunk version works (minus CHANGES conflict) + Trunk version works (minus CHANGES conflict) +1: * ab: Use a 64 bit unsigned int instead of a signed long to count the - bytes transferred to avoid integer overflows + bytes transferred to avoid integer overflows PR: 44346 Trunk version of patch: http://svn.apache.org/viewvc?rev=617890&view=rev @@ -151,6 +151,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, jim + * mod_proxy: Make ProxyPassReverse balancer aware; a common config + confusion issue. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=616335 + Backport version for 2.2.x of patch: + Trunk version works (minus CHANGES conflict) + +1: jim + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when