Henrik Wrote: >Why do you use a redirector in this setup? None is needed. Just use >cache_peer_access to select which server to forward the request to.
>You only need a redirector if you need to rewrite the URI while it is >forwarded to the backend server, not for selecting which backend server to >use. >Regards >Henrik Chris wrote: >Could it be as simple as: >acl i2_host dst mysite.com/intranet >cache_peer_access 10.y.x.11 allow i2_host >cache_peer_access 10.y.x.11 deny all >acl extranet dst mysite.com/extranet >cache_peer_access 10.y.x.22 allow extranet >cache_peer_access 10.y.x.22 deny all Chris writes again: (added mysite.com to my hosts file, commented out the redirector squid.conf line) No..it's not that simple: ------------------------------------------ ERROR The requested URL could not be retrieved While trying to retrieve the URL: https://mysite.com/extranet/ The following error was encountered: Unable to forward this request at this time. This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that: The cache administrator does not allow this cache to make direct connections to origin servers, and All configured parent caches are currently unreachable.
