PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) back port the add of balancer_manage in mod_proxy_balancer.
+ trunk patch: http://svn.apache.org/r1859235
+ http://svn.apache.org/r1887176
+ http://svn.apache.org/r1887359
+ http://svn.apache.org/r1887144
+ Backport version for 2.4.x of patch:
+ https://people.apache.org/~jfclere/patches/patch.210810.txt
+ +1: jfclere, jim, minfrin
+ jfclere: The previous proposal was removing the Referer check.
+ jorton: r1859235 has an "ok2change" param in the newly added
+ balancer_process_balancer_worker() but this is missing in the
+ backport patch, maybe include r1887144 for completeness?
+ jfclere: Fixed: Added in the patch.210810.txt
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
PR: https://github.com/apache/httpd/pull/204
+1: icing
- *) back port the add of balancer_manage in mod_proxy_balancer.
- trunk patch: http://svn.apache.org/r1859235
- http://svn.apache.org/r1887176
- http://svn.apache.org/r1887359
- http://svn.apache.org/r1887144
- Backport version for 2.4.x of patch:
- https://people.apache.org/~jfclere/patches/patch.210810.txt
- +1: jfclere, jim
- jfclere: The previous proposal was removing the Referer check.
- jorton: r1859235 has an "ok2change" param in the newly added
- balancer_process_balancer_worker() but this is missing in the
- backport patch, maybe include r1887144 for completeness?
- jfclere: Fixed: Added in the patch.210810.txt
-
*) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
with others when their URLs contain a '$' substitution. PR 65419 + 65429.
trunk patch: http://svn.apache.org/r1891206