> > I have the necessity to don't pass for squid > (squid-2.5.STABLE3-2 with squidguard) the request towards a > one web site and for this reason I have used 'always_direct' > > acl external-servers dstdomain www.xxx.com > always_direct allow external-servers > > ... but he does not work fine, I have read the archives and I > have tried with: > > acl external-servers dstdomain .xxx.com > always_direct allow external-servers > > .. and with 'append_domain' but the result is not changed, > where mistake? > thanks. > > What do you mean by "don't pass for squid" ? Note that always_direct relates to whether or not cache peers are used. If a request must not 'enter' squid, then that's a client (browser) issue, which must be handled by proper proxy setting(s). M.