squid ncsa authentication
I'm trying out squid authentication using NCSA and soesnt seem to be working. I thought its straight forward. This is what I've done;
created a password file using htpasswd and added a user
added these lines to squid.conf:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users
then I did service squid restart
Web access is as usual, not asking for password.
What have I missed out?
|