On 08/04/2017 08:26 μμ, Coscend@HAProxy wrote: > Hello Pavlos, > > An update: Following your guidance, we have successfully transitioned from > using 'system V init' to 'systemd' in order to start/stop/reload HAProxy. > Thank > you for helping us advance with times. > > We would appreciate your guidance on why using multiple HAProxy config files > in a directory forces us to reset our password to our WebSocket product for us > to login?
I don't believe the way configuration files are loaded has anything to do with the behavior you observe. It sounds that the application demands user affinity as only a single application server can serve the traffic from a single user. Have you tried to use 'balance source' to stick requests from a single user to a particular server? This https://blog.haproxy.com/2012/03/29/load-balancing-affinity-persistence-sticky-sessions-what-you-need-to-know/ could be a useful article to read. Cheers, Pavlos
signature.asc
Description: OpenPGP digital signature

