Hello,

we set up an acl like below.
I got some trouble due to routing to wrong backend.

Requests to "publisher.et.domain.com" are not forwarded to the "Herodot" Backend.
Instead it was forwarded to "ET" backend.

The problem was that the Domainname "publisher.et.domain.com" was matched in the acl "aclET -i et.domain.com" too.

In the meanwhile we swapped this two Acls.

Is there are solution to avoid this "wildcard" behavior like "^et.domain.com" ?


.
.
acl aclHERODOT hdr_dom(host) -i publisher.et.domain.com
acl aclET hdr_dom(host) -i et.domain.com

use_backend ET if aclET
use_backend HERODOT if aclHERODOT
.
.

regards
Krieger Bernhard


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


Reply via email to