> >... > > and > > > > always_direct allow intranet > > no_cache deny intranet > > > > Your contribution is confusing in the sense that these directives > have no relation whatsoever. 'always_direct' tells SQUID what to do in > case cache_peers are being used. > > It bares no result either for the users original question > (not using squid for 'local' sites). > > M. >
Well, then I was myself confused by the comments in squid.conf : # TAG: always_direct # Usage: always_direct allow|deny [!]aclname ... # # Here you can use ACL elements to specify requests which should # ALWAYS be forwarded directly to origin servers. For example, # to always directly forward requests for local servers use # something like: # # acl local-servers dstdomain my.domain.net # always_direct allow local-servers Have I mistaken "local servers" for , say, "intranet servers" ? What you are telling me, is that : If I don't use cache peers, then I don't need this directive ? Cheers, Andrew.
