If you use source load balancing behind an apache reverse proxy all of the requests will come from the IP address of the apache server.
It's quite normal that the traffic is going exclusively to one backend server. There has been some discussion on the list regarding this subject, and balancing based on x-forward-for information from apache. http://www.mail-archive.com/[email protected]/msg00433.html -JohnF > -----Original Message----- > From: Johan Duflost [mailto:[email protected]] > Sent: May 25, 2009 10:57 AM > To: [email protected] > Subject: source load balancing algorithm > > 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 > >

