Re: [squid-users] problem with no_cache

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 29 Jun 2001 15:38:13 +0200

no_cache uses inverse logic...

no_cache deny internal-servers
no_cache deny internal-domains

--
Henrik Nordstrom
Squid Hacker
Antonio Paulo Salgado Forster wrote:
> 
> Hello all,
> 
> I've been experiencing some strange behavior when using the no_cache
> directive to prevent caching for internal web servers... When I use:
> 
> acl internal-servers dst 10.0.0.0/8
> acl internal-domains     xxx.com.br yyy zzz.com.br
> no_cache allow internal-servers
> no_cache allow internal-domains
> 
> the proxy stops caching everything... even if I create another acl like:
> 
> acl all-dst dst 0.0.0.0/0
> 
> and use:
> 
> acl all-dst dst 0.0.0.0/0
> acl internal-servers dst 10.0.0.0/8
> acl internal-domains     xxx.com.br yyy zzz.com.br
> no_cache allow internal-servers
> no_cache allow internal-domains
> no_cache deny all-dst
> 
> the proxy insists on not caching other things... Am I missing something
> here? Can somebody give some hints?
> 
> Thanks!
> 
> Forster
Received on Fri Jun 29 2001 - 09:32:15 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:53 MST