Hello,

I've put apache as a reverse proxy in front of haproxy configured with the 
source load balancing algorithm (ip address).
I have several application servers but only one receives all the requests. Do 
you know how to configure apache or haproxy properly?

Here is the configuration of haproxy :

listen my_app_pool 127.0.0.1:85
    balance source
    ...


Thank you in advance.

Cheers,

Johan

Reply via email to