Stephen Pritchard wrote: > Sorry if this is covered by the FAQ and I've missed the plot, but the FAQ > answers I found aren't helping and it's driving me mad.
> I am trying to get squid to not cache my web servers. > In squid.conf I have. > acl TO_my_servers dst 10.0.100.0/255.255.252.0 212.250.100.0/255.255.255.0 > always_direct allow TO_my_servers This is wrong - use no_cache deny instead: "7.8 How can I make Squid NOT cache some servers or URLs?" http://www.squid-cache.org/Doc/FAQ/FAQ-7.html#ss7.8 always_direct and never_direct are only used in cache heirarchies. Adam
