How load balancing is implemented in Apache?
How does Apache load balancer work? The balancer extracts the value of the cookie and looks for a member worker with route equal to that value. The route must also be set in either ProxyPass or ProxySet . The cookie can either be set by the back-end, or as shown in the above example by …