]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add two proposals for backport
authorRuediger Pluem <rpluem@apache.org>
Mon, 23 Jul 2007 19:38:25 +0000 (19:38 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 23 Jul 2007 19:38:25 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558842 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 572ec27da3a1bdd4bac617dc7a3188eee0a796ae..db3ee6336e234341c15a3b9b1b0c5f2210a710ef 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -283,6 +283,28 @@ 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.
 
+    * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
+      worker if they were not already created. This allows to have ProxySet
+      directive before BalancerMember directives inside Proxy section.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=427920&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem
+
+    * mod_proxy: Allow optional name=value options within <Proxy section line.
+      Additional arguments are allowed only for 'standard' url's, meaning that
+      the wildchar urls will return error like before. This allow to specify
+      the worker/balancer parameters on the definition line, without the need
+      for extra ProxySet options.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=427928&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=428291&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.