> 
> 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.

Reply via email to