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.