On Tue, Jan 11, 2011 at 8:40 AM, Joe Williams <j...@joetify.com> wrote: > > List, > > Is it possible to setup an ACL that will any client that hits a specific uri > will be sticky and subsequent requests will be routed to the same backend > server? Note that I am using "option http-server-close" to force each request > to hit a different server on the backend, I would like to continue to do this > for all but one uri.
Do you mean the whole URI or only part of it ? There is some code in the dev version of haproxy to stick session relatively to url parameter, but nothing else related to the url yet as far as I know. cheers, David