Hi! 

I am not managing how to direct some users to access external sites directly 
from de squid box, and others to go through another antivirus/proxy that we 
have here. 

If I use only "never_direct allow all", everyone goes through the 
antivirus/proxy, but if I use the configuration below, everyone goes direct 
!!! 
What can be wrong? 

Thanks in Advance, 
Carlos. 

---------------------------- 



external_acl_type windows_groups %LOGIN /usr/local/squid/libexec/wb_group 

acl all src 0.0.0.0/0.0.0.0 
acl internal_network  src  x.y.z.0/255.255.255.0 
acl internal_users proxy_auth REQUIRED 
acl free_www  external windows_groups  No_filter 
acl java_jvm browser Java/1.4 

http_access allow internal_network java_jvm 
http_access allow internal_network internal_users 
http_access deny all 

cache_peer von.stj.gov.br parent 8002 0 no-query default 

always_direct allow free_www 
always_direct deny all 

never_direct allow all 

_________________________________________________________
Voce quer um iGMail protegido contra vírus e spams? 
Clique aqui: http://www.igmailseguro.ig.com.br
Ofertas imperdíveis! Link: http://www.americanas.com.br/ig/

Reply via email to