Re: always_direct not working

From: Thilo Manske <Thilo.Manske@dont-contact.us>
Date: Tue, 21 Sep 1999 19:29:34 +0200

On Tue, Sep 21, 1999 at 01:12:43PM -0400, Jeff Dean wrote:
> Hi. I'm having difficulty with generating a "always_direct"
> setup with Squid. I have Squid 2.2.STABLE4 running cleanly as
[...]
> ...from squid.conf...

> # force direct to sctu to avoid refresh problem
> acl sctu dstdomain www.sctu.com
> always_direct deny all
> always_direct allow sctu
first match wins, so change the order:
always_direct allow sctu
always_direct deny all

-- 
Dies ist Thilos Unix Signature! Viel Spass damit.
Received on Tue Sep 21 1999 - 11:42:23 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:30 MST