Re: [squid-users] Don't serve cached content for some acl

From: E.S. Rosenberg <esr+squid_at_g.jct.ac.il>
Date: Fri, 3 Jun 2011 01:46:25 +0300

If you want them to have a direct connection to the internet you could
use always_direct (or never_direct) (which also exists in squid 2.x).
Something like this:
acl servers src [ips/fqdns]
acl direct_sites {dst|dstdomain} {ips/fqdns|fqdns/domains}
always_direct allow servers direct_sites

Regards,
Eli

2011/6/2 Nuno Fernandes <npf-mlists_at_eurotux.com>:
> Hello,
>
> Is it possible with squid 3.1 to have some kind of acl so that cached content
> doen't get served so some client machines.
>
> Something like:
>
> acl servers src 192.168.1.0/24
>
> serve-cached-content deny servers
> serve-cached-content allow all
>
> This way requests from the servers network is allways requested from the
> internet and not from local cache.
>
> Thanks,
> Nuno Fernandes
>
Received on Thu Jun 02 2011 - 22:46:33 MDT

This archive was generated by hypermail 2.2.0 : Fri Jun 03 2011 - 12:00:01 MDT