5 Replies Latest reply on Apr 15, 2019 5:35 AM by jeremy2235

    Loadbalancing between 2 apaches with mod_cluster

    jeremy2235

      Hello,

       

      On my project we need to do loadbalancing between 3 wildfly and also loadbalancing between 2 apaches in order to serve static documents. Apparently there is no way to configure an apache as a mod_cluster worker, am I right ? So, does it means that mod_cluster can't do loadbalancing between 2 apaches ? Is there a way to use both mod_cluster and mod_proxy_balancer to do the job ?

       

      We want to keep the machine number as small as possible so we want to do all the loadbalancing on the same apache.

       

      Thanks