On Fri, 31 Mar 2000, Fabien Penso wrote:
> Hi,
>
> I am trying to configure squid 2.2.5 (debian potato) so it doesn't cache
> my local network. I searched the archive of this ML, found a post with
> similar needs, and I figured out I had to add to squid.conf the
> following lines:
>
> acl local-domain dstdomain domain.com
> acl local-server dst 213.XX.XX.XXX/255.255.255.224
> always_direct allow local-server
> always_direct allow local-domain
>
> Which should work as I beleive, but it doesn't. Am I doing something
> wrong ? Also I didn't find the answer in the FAQ and I think this is a
> regular question.
Try this one:
http://www.squid-cache.org/Doc/FAQ/FAQ-7.html#ss7.8
in short, you want to use "no_cache" instead of "always_direct"
Received on Fri Mar 31 2000 - 10:21:39 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:30 MST