RE: [squid-users] Squid configuration problems

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sun, 13 May 2007 15:21:51 +0200

sön 2007-05-13 klockan 12:40 +0100 skrev Seb Harrington:

> acl special external ntlm_group it

> cache_peer_access special.local allow special

> When cache_peer_access students.local allow all uncommented the system
> works and all requests get passed through the students parent so I
> guess there is a problem with the ntlm_group external acl.

The problem is cache_peer_access. It can not wait for the lookup to
complete.

You can get almost there if you make http_access look up the acls, but
you still need a fallback peer occationally as the result may expire
between http_access and peer seletion.

http_access deny aclname !all

anywhere before where access is allowed.

Regards
Henrik

Received on Sun May 13 2007 - 07:21:56 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:05 MDT