Hello, On Wed, Apr 03, 2013 at 08:05:28PM +0200, Nerilaunt Nerilaunt wrote: > Hello, > > I'd like to know if it's complicated to store ACL in a memcached server and > live update them, or if the core of haproxy prevents to do this kind of > patch. > > I want to add and remove lot of URI based ACL and I don't see how to do > that with current options.
We've planned to add support for adding/removing ACL patterns from the CLI. It's still not done because it required (among other things) the massive changes that went into dev18. Maybe what you want to do could already be achieved using stick-tables, as it is already possible to add/update/remove some stick-table entries from the CLI. Do you need many ACLs or many entries per ACL ? The difference is the number of different actions you want to do. If it's just selecting a server or another one depending on the URI, it should be almost trivial. Regards, Willy

