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 Tue Jun 26 2001 - 01:25:16 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:51 MST