Delfim Machado wrote:
>
> acl local dst 192.168.100.222/255.255.255.255 195.23.54.43/255.255.255.255
> no_cache allow local
I think you may want
no_cache deny local
The directive is a bit counter-intuitive in that it requires double
negations (no_ and deny) to stop things from being cached. Suggestions
for a better name of the directive are welcome.
Also note that it only stops content from being cached. It does not stop
already cached contents from being served from the cache.
-- Henrik Nordstrom Squid HackerReceived on Sun Dec 19 1999 - 00:21:27 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:56 MST