With the proper setup of ACL setting and http_access rules, we can achieve this.
Example Setup: # ACL - one user to everywhere acl user1 proxy_auth user1 # ACL - two users to one site acl group proxy_auth user2 user3 # ACL - specific site acl site dstdomain .visolve.com # Access rules # Allow one specific user to everywhere http_access allow user1 # Allow others users to only specific site http_access allow group site # Deny other http_access deny all > for one guy i need to allow him to go everywhere > > three others persons can go on just one website and can t go anywhere else > > how can i do that with their proxy login? > Best wishes Visolve Squid Development Team. --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.797 / Virus Database: 541 - Release Date: 11/15/2004
