Hello,

I'm configuring a proxy with 2 parents like:

cache_peer 127.0.0.1 parent 8080 0 no-query default
cache_peer 127.0.0.2 parent 8080 0 no-query default

I'm trying to send requests to diferent parents based on acl
(checknofilter). If it matches checknofilter it should be sent to
127.0.0.2 and if it doesn't should be sent to 127.0.0.1

My conf has:
acl checknofilter src 192.168.1.0/255.255.255.0
cache_peer_access 127.0.0.2 allow checknofilter
cache_peer_access 127.0.0.2 deny all
cache_peer_access 127.0.0.1 allow all
never_direct allow all

Thanks
Nuno Fernandes

-- 
Nuno Miguel Pais Fernandes <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to