Bom dia a Todos
E um semana atas meu squid começou a ficar lento para abrir paginas na internet, mas depois que abre vai, já vi de tudo dns, e outras coisas mas não achei nada. Segue meu squid.conf . O que pode ser ? hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_log none cache_store_log none auth_param basic children 5 auth_param basic realm Servidor proxy Sanifill auth_param basic credentialsttl 2 hours auth_param basic program /usr/local/squid/libexec/getpwname_auth refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 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 CONNECT method CONNECT acl user_restrito proxy_auth -i "/root/bsi/squid/acl/usuarios_restritos.acl" acl user_liberado proxy_auth -i "/root/bsi/squid/acl/usuarios_liberados.acl" acl BLOCK url_regex -i "/root/bsi/squid/acl/url_proibida.acl" acl LIBERADO url_regex -i "/root/bsi/squid/acl/url_liberada.acl" acl rede_interna src 192.168.0.5 acl GOV dstdomain -i .gov.br acl ANTI dstdomain -i .dnl-02.geo.kaspersky.com acl CAIXA dstdomain -i .caixa.gov.br acl BB dstdomain -i .bb.com acl MEEBO url_regex -i www.meebo.com acl ORKUT url_regex -i www.orkut.com acl CONEXOES maxconn 2 acl YOUTUBE url_regex -i www.youtube.com acl NAO url_regex -i 74.125.159.102 acl EBUDDY url_regex -i http://quito.ebuddy.com acl ILOVEIM url_regex -i iloveim http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny CONEXOES rede_interna http_access deny BLOCK !user_liberado http_access deny ILOVEIM http_access allow rede_interna http_access allow ANTI http_access deny ORKUT !user_liberado http_access deny MEEBO http_access deny YOUTUBE !user_liberado http_access deny EBUDDY http_access deny NAO http_access allow LIBERADO http_access allow BB http_access allow CAIXA http_access allow user_liberado http_access allow user_restrito http_access allow GOV http_access deny all icp_access allow all visible_hostname mail.facilit.bsi.com.br coredump_dir /usr/local/squid/var/cache Rafael
