What Squid version is this? The squid.conf syntax you are using is for Squid-2.4 and ealier. Squid-2.5 and later is different. See the Squid FAQ section on authentication and/or the Squid-2.5 release notes.
Regards Henrik On Tue, 2 Dec 2003, System wrote: > Hello All, > > How do I authenticate users? Following configuration does not seem to be > working. No authentication window is popup. > > ********* > http_port 3128 8080 > authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd > acl paswword proxy_auth REQUIRED > acl our_networks src 192.168.1.0/24 192.168.2.0/24 > http_access allow our_networks password > #http_access allow our_networks > http_access deny all > ********** > > Thank you. > tina. > >
