Hi David, I'm sorry, but disabled still let sticked connection to a server: According to the doc: disabled The "disabled" keyword starts the server in the "disabled" state. That means that it is marked down in maintenance mode, and no connection other than the ones allowed by persist mode will reach it. It is very well suited to setup new servers, because normal traffic will never reach them, while it is still possible to test the service by making use of the force-persist mechanism.
In a general manner, stickiness have priority over load-balancing: http://blog.exceliance.fr/2012/03/29/load-balancing-affinity-persistence-sticky-sessions-what-you-need-to-know/ cheers On Sat, Sep 22, 2012 at 5:04 PM, David BERARD <[email protected]> wrote: > Hi, > > Le 22 sept. 2012 à 10:49, Baptiste <[email protected]> a écrit : >> Disable means that the server won't be used anymore by the >> load-balance algorithm, hence it won't receive any new connections. >> Sticked connection are still routed to this server, for a graceful shutdown. >> Setting the weight to 0 would have the same effect. > > > If cookies are used to keep users on the same server, there is a difference > between 0 weight server and disabled server. > On a disabled server users will be redirected to another server, even if the > cookie is set. > On a 0 weight server, users with the cookie still use this server. > > Regards, > ________________________________________________________________________________ > David BERARD > > contact(at)davidberard.fr > ________________________________________________________________________________ > * No electrons were harmed in the transmission of this email > * >

