Henrik Nordstrom wrote: > mån 2006-12-04 klockan 18:20 +0000 skrev Robin Bowes: > >> What does the additional acl do? i.e. this: >> >>> acl all src 0.0.0.0/0.0.0.0 >>> never_direct deny all > > This tells Squid that it must not attempt to go directly to the > requested host, always using a peer. > > If this is a 2.6 accelerator setup then generally this isn't needed as > there is an built-in hardcoded rule denying direct access on accelerated > content unless overridden with always_direct. Yes, this is a 2.6 accelerator setup. Thanks for all the help - this is now working using cache_peer_access instead of cache_peer_domain. Cheers, R.