[squid-users] Re: cache_peer_domain wildcards?

2006-12-04 Thread Robin Bowes
Pablo García wrote: > Robin > > You have to define the servers, url, domains, etc you're > going to accelerate in the configuration using a combination of > cache_peer + acl + cache_peer_access + never_direct > Ej : you have to accelerate www.example.com that resides on 10.1.1.1, > then your confi

[squid-users] Re: cache_peer_domain wildcards?

2006-12-05 Thread Robin Bowes
Henrik Nordstrom wrote: > mån 2006-12-04 klockan 18:20 + 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.

Re: [squid-users] Re: cache_peer_domain wildcards?

2006-12-04 Thread Henrik Nordstrom
mån 2006-12-04 klockan 18:20 + 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