
		adcarlos
		
		(usa Debian)
		
		Enviado em 31/10/2007 - 19:33h 
		Pessoal,
Estou com um problema junto um provedor, de uma hora para outra a internet parou de navegar, porem o restante funcionando tudo beleza, dai constatei problema no squid
eu consigo da restart nele, porem na 1º requisição ele abre a 1º pagina, mas depois ele morre, negando tudo ou seja, vou conferir e ele não está mais em operação.
Eu limpei o cache e recriei o com o comando
squid -z
porem nada adiantou, o que pode ser?
segue as config o arquivo para vos darem uma olhada.
Obs: squid 2.5
http_port 86 
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128  MB
memory_pools on
memory_pools_limit 128 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 60 MB
minimum_object_size 0 KB
maximum_object_size_in_memory 16 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_replacement_policy lru 
memory_replacement_policy lru
cache_dir diskd /squid 20000 1024 128 Q1=64 Q2=72
cache_access_log /var/log/squid/access.log 
cache_log /dev/null 
cache_store_log /dev/null 
diskd_program /usr/libexec/diskd
unlinkd_program /usr/libexec/unlinkd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
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 rede src 10.0.0.0/255.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 Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow rede 
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr webmaster
visible_hostname proxy.nivelweb.com.br 
error_directory /usr/local/squid/share/errors/English
coredump_dir /var/cache
cache_effective_user squid
cache_effective_group squid
httpd_accel_port 80
httpd_accel_host virtual
httpd_accel_single_host off
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Até Mais
Carlos Henrique