Multipart ACLs

From: Ben Koski <ben.koski#gmail.com>
Date: Sun, 20 Dec 2009 23:26:43 -0500


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

Should my request be routed to www2 if it is to site1.com AND /special-case, or if it matches either site1.com -or- /special-case ? Received on 2009/12/21 05:26

This archive was generated by hypermail 2.2.0 : 2009/12/21 05:30 CET