squid Postado por: xercho (IP Conectado) Data: January 15, 2005 06:31PM
Bom dia! Pessoal estou precisando de uma ajuda de vocês, eu consegui fazer o squid se comunicar com o ad ultilizando o módulo MSNT mas não consigo fazer filtro de conteudo. ***************************************************** #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 SSL_ports port 873 acl Safe_ports port 80 acl Safe_ports port 21 acl Safe_ports port 443 563 acl Safe_ports port 70 acl Safe_ports port 210 acl Safe_ports port 1025-65535 acl Safe_ports port 280 acl Safe_ports port 488 acl Safe_ports port 591 acl Safe_ports port 777 acl Safe_ports port 631 acl Safe_ports port 873 acl Safe_ports port 901 acl purge method PURGE acl CONNECT method CONNECT acl usuario proxy_auth REQUIRED acl limitarlogin proxy_auth max_user_ip - s 1 acl network proxy_auth network src /usr/local/squid/etc/origens/rede_origem acl negar proxy_auth dstdom_auth /usr/local/squid/etc/blacklist/deny acl especiais proxy_auth /etc/usuarios/especiais # TAG: http_access # Allowing or Denying access based on defined access lists # # Access to the HTTP port: # http_access allow|deny [!]aclname ... # # NOTE on default values: # # If there are no "access" lines present, the default is to deny # the request. # # If none of the "access" lines cause a match, the default is the # opposite of the last line in the list. If the last line was # deny, the default is allow. Conversely, if the last line # is allow, the default will be deny. For these reasons, it is a # good idea to have an "deny all" or "allow all" entry at the end # of your access lists to avoid potential confusion. # #Default: http_access allow especiais http_access deny negar http_access allow network http_access allow usuario http_access allow limitarlogin # #Recommended minimum configuration: # # Only allow cachemgr access from localhost http_access allow manager localhost http_access deny manager # Only allow purge requests from localhost http_access allow purge localhost http_access deny purge # Deny requests to unknown ports http_access deny !Safe_ports # Deny CONNECT to other than SSL ports http_access allow CONNECT !SSL_ports # # We strongly recommend the following be uncommented to protect innocent # web applications running on the proxy server who think the only # one who can access services on "localhost" is a local user #http_access deny to_localhost # # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS *************************************************************************** Obs; ele esta autentificando sem problemas mas não consigo fazer filtro de conteudo e nem criar lista especiais de usuarios onde as regras não terão efeito. Rodrigo. msn: [EMAIL PROTECTED] e-mail:[EMAIL PROTECTED]

