Re: [squid-users] parent proxy

From: Nerijus Baliunas <nerijus@dont-contact.us>
Date: Tue, 19 Sep 2006 00:43:43 +0300

On Mon, 18 Sep 2006 23:50:48 +0300 Nerijus Baliunas <nerijus@users.sourceforge.net> wrote:

> Because downloads from itu.int are very slow using one proxy server, but ok
> if using another proxy server (I'm still investigating why), I have the following
> setup (proxy1, 10.10.10.5, 2.5.STABLE14):
>
> cache_peer 10.10.10.6 parent 3128 3130
> cache_peer_domain 10.10.10.6 .itu.int
>
> I.e. access to *.itu.int should go via another proxy server proxy2 (10.10.10.6, 2.5.STABLE5).

It works if I use the following setup:

acl viaproxy2 dstdomain .itu.int
cache_peer 10.10.10.6 parent 3128 3130
cache_peer_access 10.10.10.6 allow viaproxy2
never_direct allow viaproxy2

Why cache_peer_domain does not always work? Should I have used
some never_direct option?

Regards,
Nerijus
Received on Mon Sep 18 2006 - 15:50:07 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:03 MDT