Cyril Bonté wrote:

It depends on the configuration.
 From your configuration, the behaviour is correct because of the "sorry" 
cookie :
as soon as a response provides this cookie, all the next requests providing the 
same value will be directed to this server.
If you want the requests return to the servers as soon as they're up again, you can 
remove "cookie sorry" on the backup server.
Then this request will be load balanced to one of the active servers.

server sorry 10.10.10.184:80 cookie sorry check inter 3000 rise 2 fall 2 weight 
1 backup

could become :
server sorry 10.10.10.184:80 check inter 3000 rise 2 fall 2 weight 1 backup


Hi Cyril,

I had a feeling it might be something like that, I just didnt want to mess with a mostly working config.

Thanks for your help

Chris


Reply via email to