From: Ruediger Pluem Date: Mon, 23 Jul 2007 19:55:36 +0000 (+0000) Subject: * Vote and add back a patch proposal that is also contained in r557837. X-Git-Tag: 2.2.5~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813a1ded345e972d53086fb1351946f88e179c10;p=thirdparty%2Fapache%2Fhttpd.git * Vote and add back a patch proposal that is also contained in r557837. It was wrong in r557837 but this is fixed by r557972. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558848 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index db3ee6336e2..11d0bdc16ec 100644 --- a/STATUS +++ b/STATUS @@ -256,22 +256,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * support/htcacheclean.c: Trivial cleanups PR: 38699 - Christophe JAILLET http://svn.apache.org/viewvc?view=rev&revision=557837 - +1: niq, trawick + +1: niq, trawick, rpluem * mod_cache: Trivial cleanups PR: 42005 - Christophe JAILLET http://svn.apache.org/viewvc?view=rev&revision=557837 - +1: niq, trawick + +1: niq, trawick, rpluem * server/request.c: Trivial cleanups PR: 42006 - Christophe JAILLET http://svn.apache.org/viewvc?view=rev&revision=557837 - +1: niq, trawick + +1: niq, trawicki, rpluem * Worker and Event MPMs: Trivial cleanups PR: 42007 - Christophe JAILLET http://svn.apache.org/viewvc?view=rev&revision=557837 - +1: niq, trawick + +1: niq, trawick, rpluem * server/util.c, modules/mappers/mod_rewrite.c: Trivial cleanups PR: 42009 - Christophe JAILLET @@ -283,6 +283,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: niq: agrees with rpluem, and points to my post to dev@httpd from this morning. This trivial cleanup is r557837+r558133. + * multiple files, Trivial cleanups + PR: 39518 - Christophe JAILLET + http://svn.apache.org/viewvc?view=rev&revision=557837 + http://svn.apache.org/viewvc?view=rev&revision=557972 + +1: rpluem + * mod_proxy: Enable ProxySet inside section to create balancer or worker if they were not already created. This allows to have ProxySet directive before BalancerMember directives inside Proxy section.