RE: [squid-users] Accelerated Squid-3.0-PRE3 - Too few redirector processes are run ning

From: Chris Perreault <Chris.Perreault@dont-contact.us>
Date: Mon, 19 Jul 2004 17:03:28 -0400

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.
Received on Mon Jul 19 2004 - 15:04:27 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT