Ol� a todos e obrigado pelas respostas, mas eu estou rotacionando os logs, mas isto est� me prejudicando quanto aos relatorios que s�o gerados esporadicamente. Eu tentei desabilitar o log do store no squid.conf mas n�o adiantou, abaixo segue o meu squid.conf se vcs puderem me ajudar. lembrando que o problema do meu squid e o tamanho excessivo dos logs e crescimento muito rapido, na ordem dos 10mb por minuto.
Obrigado. ----------------------------Squid.conf------------------- maximum_object_size_in_memory 64 KB maximum_object_size 512 MB minimum_object_size 0 KB cache_dir ufs /var/spool/squid 2048 16 256 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log emulate_httpd_log off debug_options ALL,1 auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/usuarios auth_param basic children 5 auth_param basic realm Informe Usuario e Senha refresh_pattern ^ftp: 15 20% 2280 refresh_pattern ^gopher: 15 0% 2280 refresh_pattern . 15 20% 2280 acl manager proto cache_object acl localhost src 127.0.0.1/32 acl all src 0.0.0.0/0.0.0.0 acl SSL_ports port 443 563 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 CONNECT method CONNECT acl RedeLocal src 10.10.10.0/24 acl livre proxy_auth -i "/etc/squid/regras/livres" acl USUARIOS proxy_auth REQUIRED acl badurl url_regex -i "/etc/squid/regras/proibidas1" acl badurl2 url_regex -i "/etc/squid/regras/proibidas2" acl NotAutentica url_regex -i "/etc/squid/regras/naoAutentica" http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow NotAutentica http_access allow livre !badurl2 http_access allow USUARIOS !badurl !badurl2 http_access deny all visible_hostname WebProxy.xxxxxxxxxx error_directory /usr/share/squid/errors/Portuguese -- _______________________________________________ Get your free email from http://mymail.bsdmail.com Powered by Outblaze --------------------------------------------------------------------------- Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utiliza��o da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
