On Thu, 14 Apr 2005, marius wrote:

acl password proxy_auth "/etc/squid/passwd"
http_access allow password
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd

The order of these needs to be changed to have the auth_param first.

auth_param ..
acl ...
http_access ...

Regards
Henrik

Reply via email to