hi,
I'm a newbie with squid and i need help.
I want on my squid machine that the squid don't cache objects for a
subnet of my networks to destination of a web server in order to see
directly the update on this server. Can i combine acl because you don't
use '&' in acl ?
I have :
acl SRC_NOCACHE src 192.168.1.0/255.255.255.0 (my subnet)
acl DST_NOCACHE dst 172.16.1.34/255.255.255.255 (the web server)
if i write :
no_cache SRC_NOCACHE (squid don't make cache for all requetes from my
subnet and i don't want it)
if i write DST_NOCACHE (squid don't cache all pages of the web server,
but i want that all others clients use the cache)
It's possible ?
Thx.
A neo-squid man.
Received on Thu Jun 23 2005 - 10:54:07 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Jul 01 2005 - 12:00:03 MDT