Problem with squid, i was using the squid 2.5, but now i update for squid 3 in my fc9, and i was using the ntlm auth for my users, but now, i recive this error from squid: The basicauthenticator helpers are crashing too rapidly, need help!
My squid.conf:
http_port 3128
auth_param basic program /usr/lib/squid/ntlm_auth /etc/squid/users
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
acl users proxy_auth REQUIRED
http_access allow users
When squid run, the browser dont ask for user and password, only give the error cannot access cache. What happen with squid 3 ?