>> I'd like to have a particular website domain never cached and always
>> directly fetched.
>
>> The address would be of the form *.foo.com, and I want to
>> have this rule for all my clients.
>
> After checking in squid.conf.default, I think this will work for you:
>
> acl always_fresh dstdomain .foo.com
> always_direct allow always_fresh
> no_cache deny always_fresh
That did the trick. Thank you.
-Don
Received on Mon Oct 27 2003 - 13:01:40 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:42 MST