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

From: Elsen Marc <elsen@dont-contact.us>
Date: Thu, 17 Feb 2005 15:46:35 +0100

 
>
> 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.
Received on Thu Feb 17 2005 - 07:48:19 MST

This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:02 MST