<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Ricardo, boa noite.<br><br>Pelo que vi no seu squid.conf, você tem um txt de site proibidos....aqui na empresa tambem é configurado desta forma, mas coloquei um txt de sites aceitos....coloque as seguintes linhas no seu squid.conf e faça um teste:<br><br>obs.: no arquivo aceitos.txt, você coloca todos os sites que por algum motivo o squid barrou....<br><br>não sou expert, mas espero ter ajudado....qualquer dúvida, favor entrar em contato.<br><br>Atenciosamente,<br><br>----- Squid.conf ------<br>http_port 3128 transparent<br>hierarchy_stoplist cgi-bin ?<br>acl QUERY urlpath_regex cgi-bin \?<br>cache deny QUERY<br>cache_mem 128 MB<br>cache_swap_low 90<br>cache_swap_high 95<br>maximum_object_size 256 MB<br>minimum_object_size 0 KB<br>maximum_object_size_in_memory 64 KB<br>cache_dir ufs
 /var/spool/squid 1024 16 256<br>access_log /var/log/squid/access.log squid<br>hosts_file /etc/hosts<br>refresh_pattern ^ftp: 1440 20% 10080<br>refresh_pattern ^gopher: 1440 0% 1440<br>refresh_pattern . 0 20% 4320<br><br><br>acl all src 0.0.0.0/0.0.0.0<br>acl manager proto cache_object<br>acl localhost src 127.0.0.1/255.255.255.255<br>acl to_localhost dst 127.0.0.0/8<br>acl SSL_ports port 443 # https<br>acl SSL_ports port 563 # snews<br>acl SSL_ports port 873 # rsync<br>acl Safe_ports port 80 # http<br>acl Safe_ports port 20 # Porta Correspar<br>acl Safe_ports port 21 # ftp<br>acl Safe_ports port 22 # ftp<br>acl Safe_ports port 443 # https<br>acl Safe_ports port 70 # gopher<br>acl Safe_ports port 210 # wais<br>acl Safe_ports port 1023-65535 # unregistered ports<br>acl Safe_ports port 280 # http-mgmt<br>acl Safe_ports port 488 # gss-http<br>acl Safe_ports port 591 # filemaker<br>acl Safe_ports port 777 # multiling http<br>acl Safe_ports port 631 #
 cups<br>acl Safe_ports port 873 # rsync<br>acl Safe_ports port 901 # SWAT<br>acl Safe_ports port 3456 # Porta da Receita<br>acl purge method PURGE<br>acl CONNECT method CONNECT<br>acl redelocal src 10.10.2.0/24<br>acl proibidos url_regex "/etc/squid/proibidos.txt"<br><span style="font-weight: bold; color: rgb(255, 0, 0);">acl aceitos url_regex "/etc/squid/aceitos.txt"</span><br>acl lgmein url_regex "/etc/squid/logmein.txt"<br>acl Negar_MSN dstdomain "/etc/squid/msn.txt"<br>acl Negar_MSN2 url_regex "/etc/squid/msn2.txt"<br>acl MSN url_regex -i gateway.dll<br>acl MSN1 req_mime_type -i ^application/x-msn-messenger$<br>acl gtalk url_regex -i "/etc/squid/gtalk.txt"<br>acl Porta8080 port 8080<br><br>http_access allow manager localhost<br>http_access deny manager<br>http_access allow purge localhost<br>http_access deny purge<br>http_access deny !Safe_ports<br>http_access deny CONNECT !SSL_ports<br>http_access deny proibidos<br><span style="font-weight: bold;
 color: rgb(255, 0, 0);">http_access allow aceitos</span><br>http_access deny Negar_MSN<br>http_access deny Negar_MSN2<br>http_access deny MSN<br>http_access deny MSN1<br>http_access deny gtalk<br>http_access allow CONNECT Porta8080<br>http_access allow redelocal<br><br>http_access allow localhost<br>http_access deny all<br><br>icp_access allow all<br><br>error_directory /usr/share/squid/errors/Portuguese<br><br><br>Atenciosamente,<br><div><em><br><br>Daniel Bessas</em></div>  <div><em>"Clama a mim, e responder-te-ei, e anuciar-te-ei coisas grandes e firmes que não sabes"</em></div>  <div><em>(Jeremias 33:3)</em></div><div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><br><br><br><br><br><br><br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">----- Mensagem original ----<br>De: Ricardo &lt;rbs.linux@gmail.com&gt;<br>Para: centos-pt-br@centos.org<br>Enviadas: Segunda-feira, 22 de
 Setembro de 2008 11:51:50<br>Assunto: [CentOS-pt-br] Site não abre quando o squid esta habilitado<br><br>Ola Pessoal<br><br>Estou com o seguinte problema quando habilito o squid o site <br><a href="http://www.metlife.com.br/" target="_blank">http://www.metlife.com.br/</a> não abre mas quando desabilito o squid o <br>mesmo passa a funcionar. Os demais fuincionam normalmente, somente este <br>site fica ser carregar e da a mensagem de timeout no navegador. Segue <br>abaixo a configuração do squid.<br><br>Desde ja agradeço.<br><br>Ricardo.<br><br>----- Squid.conf ------<br>http_port 3128 transparent<br>hierarchy_stoplist cgi-bin ?<br>acl QUERY urlpath_regex cgi-bin \?<br>cache deny QUERY<br>cache_mem 128 MB<br>cache_swap_low 90<br>cache_swap_high 95<br>maximum_object_size 256 MB<br>minimum_object_size 0 KB<br>maximum_object_size_in_memory 64 KB<br>cache_dir ufs /var/spool/squid 1024 16 256<br>access_log /var/log/squid/access.log squid<br>hosts_file
 /etc/hosts<br>refresh_pattern ^ftp: 1440 20% 10080<br>refresh_pattern ^gopher: 1440 0% 1440<br>refresh_pattern . 0 20% 4320<br><br><br>acl all src 0.0.0.0/0.0.0.0<br>acl manager proto cache_object<br>acl localhost src 127.0.0.1/255.255.255.255<br>acl to_localhost dst 127.0.0.0/8<br>acl SSL_ports port 443 # https<br>acl SSL_ports port 563 # snews<br>acl SSL_ports port 873 # rsync<br>acl Safe_ports port 80 # http<br>acl Safe_ports port 20 # Porta Correspar<br>acl Safe_ports port 21 # ftp<br>acl Safe_ports port 22 # ftp<br>acl Safe_ports port 443 # https<br>acl Safe_ports port 70 # gopher<br>acl Safe_ports port 210 # wais<br>acl Safe_ports port 1023-65535 # unregistered ports<br>acl Safe_ports port 280 # http-mgmt<br>acl Safe_ports port 488 # gss-http<br>acl Safe_ports port 591 # filemaker<br>acl Safe_ports port 777 # multiling http<br>acl Safe_ports port 631 # cups<br>acl Safe_ports port 873 # rsync<br>acl Safe_ports port 901 # SWAT<br>acl Safe_ports port
 3456 # Porta da Receita<br>acl purge method PURGE<br>acl CONNECT method CONNECT<br>acl redelocal src 10.10.2.0/24<br>acl proibidos url_regex "/etc/squid/proibidos.txt"<br>acl lgmein url_regex "/etc/squid/logmein.txt"<br>acl Negar_MSN dstdomain "/etc/squid/msn.txt"<br>acl Negar_MSN2 url_regex "/etc/squid/msn2.txt"<br>acl MSN url_regex -i gateway.dll<br>acl MSN1 req_mime_type -i ^application/x-msn-messenger$<br>acl gtalk url_regex -i "/etc/squid/gtalk.txt"<br>acl Porta8080 port 8080<br><br>http_access allow manager localhost<br>http_access deny manager<br>http_access allow purge localhost<br>http_access deny purge<br>http_access deny !Safe_ports<br>http_access deny CONNECT !SSL_ports<br>http_access deny proibidos<br>http_access deny Negar_MSN<br>http_access deny Negar_MSN2<br>http_access deny MSN<br>http_access deny MSN1<br>http_access deny gtalk<br>http_access allow CONNECT Porta8080<br>http_access allow redelocal<br><br>http_access allow
 localhost<br>http_access deny all<br><br>icp_access allow all<br><br>error_directory /usr/share/squid/errors/Portuguese<br>_______________________________________________<br>CentOS-pt-br mailing list<br><a ymailto="mailto:CentOS-pt-br@centos.org" href="mailto:CentOS-pt-br@centos.org">CentOS-pt-br@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos-pt-br" target="_blank">http://lists.centos.org/mailman/listinfo/centos-pt-br</a><br></div></div></div><br>


      <hr size=1>Novos endereços, o Yahoo! que você conhece. <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.new.mail.yahoo.com/addresses">Crie um email novo</a> com a sua cara @ymail.com ou @rocketmail.com.</body></html>