On 31/03/2022 12:34, Stefan Eissing wrote:


Am 31.03.2022 um 11:55 schrieb Ruediger Pluem <rpl...@apache.org>:



On 3/31/22 11:11 AM, Ruediger Pluem wrote:


On 3/30/22 4:42 PM, jfcl...@apache.org wrote:
Author: jfclere
Date: Wed Mar 30 14:42:14 2022
New Revision: 1899390

URL: http://svn.apache.org/viewvc?rev=1899390&view=rev
Log:
Add WorkerBalancerGrowth. To allow creation of workers
to dynamically added balancers.

Modified:
httpd/httpd/trunk/CHANGES
httpd/httpd/trunk/modules/proxy/mod_proxy.c
httpd/httpd/trunk/modules/proxy/mod_proxy.h

Modified: httpd/httpd/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1899390&r1=1899389&r2=1899390&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Mar 30 14:42:14 2022
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1

+ *) mod_proxy: Add WorkerBalancerGrowth to allow adding workers to
+ balancer created dynamically or via "empty" <Proxy balancer://../>
+ [Jean-Frederic Clere]

I am not sure why this is needed. You can already do this via

<Proxy balancer://somebalancer/ growth=10>
</Proxy>

Or

<Proxy balancer://somebalancer/>
ProxySet growth=10
</Proxy>

FYI: Travis trunk also fails almost completely. Does not seem to accept a proxy 
configuration.

I have done the PR and I am now waiting on Travis.



Regards

RĂ¼diger



--
Cheers

Jean-Frederic

Reply via email to