On Mon, 13 Feb 2006, Mark Elsen wrote:
http_access allow password
http_access deny all
Your are not allowing any source addresses , try
http_access allow all password
Won't and can't make any difference.
Squid does not really care what kinds of ACLs you use in an http_access
line. Only thing it does care about is if all the ACLs in the same
http_access line is true (matched) in which case the http_access line is
active..
then there is some sideffects, mainly that all unauthenticated requests is
rejected with "Login required" as soon as Squid encounters a
authentication related ACL, and that requests gets asked for new
credentials if the last acl on a http_access deny line is related to
authentication somehow.
Regards
Henrik