Search squid archive

RE: [squid-users] authenticate for all site except one

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
> 
> Hi all
> 
> I am running squid 2.5 stable 5.
> 
> I get my users to autheticate for all external sites.....but I would 
> like to configure squid so that I have the option to let some 
> external 
> sites be available without autentication?
> 
> 

 Sample squid.conf entries (off hand)
 ----------------------------------------

 acl authenticated proxy_auth REQUIRED
 acl sites_without_auth dstdomain *.foo.com    (e.g)

 http_access allow sites_without_auth
 http_access allow authenticated
 http_access deny all

 M.


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux