Re: Multipart ACLs

2009-12-20 Thread Willy Tarreau
On Sun, Dec 20, 2009 at 11:26:43PM -0500, Ben Koski wrote: > I'm a little confused about multipart ACLs. Are conditions ORed or ANDed > together as they're added on? > > For example, what should happen when I set up the following? > > acl my_cond hdr_dom(host) site

Multipart ACLs

2009-12-20 Thread Ben Koski
I'm a little confused about multipart ACLs. Are conditions ORed or ANDed together as they're added on? For example, what should happen when I set up the following? acl my_cond hdr_dom(host) site1.com acl my_cond path_beg /special-case use_backend www2 if my_cond default_backend www1