Greeting,

I installed squid 3.3.9 on debian, but I don't have access to cache manager 
with authentication :(
If I remove "http_access allow authenticated" line, then I have access.

Here is a part of my config:

cache_mgr [email protected]
cachemgr_passwd MYPASS all

auth_param digest program /usr/local/squid/libexec/digest_file_auth -c 
/home/passwd.htdigest
 auth_param digest children 5
 auth_param digest realm ProxyServer
 auth_param digest nonce_garbage_interval 5 minutes
 auth_param digest
nonce_max_duration 30 minutes
 auth_param digest nonce_max_count 50
acl authenticated proxy_auth REQUIRED
http_access allow authenticated

What's wrong with it?!
Any helps would be appreciated.

Reply via email to