> Dear All, > > How can I redirect traffic of a certain website to a certain parent proxy? > for example, I have a parent proxy configured in my squid and all traffic > is > being fetched by this parent proxy. I need for example www.yahoo.com only > to > be fetched by a different parent. > how can I configure my squid to do so? cache_peer with an acl and cache_peer_access to allow/deny the yahoo.com site to be requested from either peer or directly. Amos