Running Apache 2.4 I would like to be able to dynamically add BalanaceMembers via API to a balancer group in the proxy_balancer module.
There are hints that this is possible. The documentation for mod_proxy_express says mod_proxy_balancer "provides dynamic growth."
I see that there is a BalancerGrowth directive, which I have tried adding but see no more slots in the balancer-manager page.
How do I provide for dynamic growth of proxy balancer members? How do I add and remove them? Where is the documentation for the API for adding, removing, and managing members?