-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hement Gopal wrote: > Hi all > > I want to allow users in my domain to get to some sites > non-authenticated (but still via proxy server)..... > > At the moment they need to authenticate for all outgoing internet > browsing. > > I have been trying for a while no but cannot get this to work.... > > I attach parts of my squid.conf below. > > Hope someone can help > > Rgds, > Hement > > #Examples: > #acl myexample dst_as 1241 > acl password proxy_auth REQUIRED > #acl fileupload req_mime_type -i ^multipart/form-data$ > #acl javascript rep_mime_type -i ^application/x-javascript$ > # > #Recommended minimum configuration: > acl all src 0.0.0.0/0.0.0.0 > acl manager proto cache_object > acl localhost src 127.0.0.1/255.255.255.255 > acl to_localhost dst 127.0.0.0/8 > #acl SSL_ports port 443 563 > acl Safe_ports port 80 88 81 # http > acl Safe_ports port 21 # ftp > acl Safe_ports port 443 563 # https, snews > > Create an acl with the list of allowed sites, and use http_access to allow it before your regular access line (which specified authenticated users have access). - -- Robert Vangel :: http://zilla.id.au * redflag networks, Network Operations & Management * netops@xxxxxxxx * +61 419 961 52 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDFw3aV63eDkW7v4cRAuuxAJ9QUz5NlYPJ0yCwgpwHyDjtvitquACgmsLB mMkJIq3Gyxj+SRZz8yEmkUo= =bP0W -----END PGP SIGNATURE-----