News : LinuxSolved.com Linux Help Community Forum..
makemake install
#This part is to be added in squi.conf#below we are telling which authentication module to use and which password file to use.authenticate_program /usr/local/squid/sbin/ncsa_auth /usr/local/squid/etc/passwd#here we will describe how long authentication is valid etc.authenticate_ttl 900authenticate_ip_ttl 60acl name proxy_auth REQUIREDhttp_access allow lan namehttp_access deny all
htpasswd -c /usr/local/squid/etc/passwdlovelysandu # then will ask for password :: so give password.
htpasswd /usr/local/squid/etc/passwd newusername and then password
chmod 755 /usr/local/squid/etc/passwd