On Tue, Mar 2, 2021 at 11:05 AM jean-frederic clere <jfcl...@gmail.com> wrote:
>
> Has anyone something against making the above creating a balancer that
> can be used later by the balancer-manager handler to create the
> corresponding workers and a customized load_balancer provider to replace
> the ProxyPass logic?

+1

That's something like this right?

Index: modules/proxy/mod_proxy.c
===================================================================
--- modules/proxy/mod_proxy.c    (revision 1887057)
+++ modules/proxy/mod_proxy.c    (working copy)
@@ -2649,7 +2649,7 @@ static const char *proxysection(cmd_parms *cmd, vo

     ap_add_per_proxy_conf(cmd->server, new_dir_conf);

-    if (*arg != '\0') {
+    {
         if (thiscmd->cmd_data)
             return "Multiple <ProxyMatch> arguments not (yet) supported.";
         if (conf->p_is_fnmatch)
--

Regards;
Yann.

Reply via email to