On Mon, 20 Sep 2004 16:43:12 -0700, Tom�s Rodriguez Orta <[EMAIL PROTECTED]> wrote: > Hello Friends. > > I have a doubt with the squid proxy, I want to doing that my squid proxy > don�t ask the user and passwrd when any user want to load the web sitie > http://intranet or our web sitie http://webselecmar
There is a whole rection on ACLS in the squid FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ.html The easiest way is to add a ACL something like this one that we use this is using a TXT file to hold the sites we want to allow for anyone: acl INTRANET dstdomain "/usr/local/etc/INTRANET" And then make sure this line is above the line where you authenticate users for web access http_access allow INTRANET The FAQ will tell you a lot more in a lot more detail. > > somebody can I help me?. > > regards TOMAS > > ----------------------------------------------------------------------- > Este email fue revisado en el servidor de selecmar zeus por el Antivirus Clamav-0.70 > para linux en busca de virus > y no se encontro ninguna coincidencia. > >
