Hi all,
I know the load_balancing-policies bybusyness, byrequests, bytraffic and heartbeat.
We have a frontend apache, that acts as forwarding proxy to 8 backend servers.
BUT: We want do route the next request to that backend server with least load.
Is there any apache module, that can do this ?
(We use linux and apache 2.4)
Heartbeat is not usable, because our backends do not run apache, but something else.
Uli