> *acl direct dstdomain /etc/squid3/conf.d/domains*
>
> *http_access allow auth all
> http_access allow !auth direct
> http_access deny all*
Using the auth ACL, even with a negation, makes squid ask for
authentication. What you probably wanted is:
http_access allow direct
http_access allow auth all
http_access deny all*
Hope this helps,
Bergonz
-- Ing. Michele Bergonzoni - Laboratori Guglielmo Marconi S.p.a. Phone:+39-051-6781926 e-mail: bergonz_at_labs.it alt.advanced.networks.design.configure.operateReceived on Tue Feb 11 2014 - 10:12:55 MST
This archive was generated by hypermail 2.2.0 : Tue Feb 11 2014 - 12:00:08 MST