alextpc
(usa CentOS)
Enviado em 09/02/2011 - 19:37h
SOU INICIANTE NO MUNDO LINUX E ESTOU COM O SEGUINTE PROBLEMA QUANDO LEVANTO O SQUID AS PAGINAS COMO DO HOTMAIL YAHOO GMAIL INTERNET BANKING DA CAIXA E OUTROS NAO ACESSA, PROCUREI NA INTENET A RESPEITO SOQUE NAO OBTIVE SUCESSO NAS MINHAS PESQUISAS, EU USO CENTOS 5
SE ALGUEM PUDER ME AJUDAR, NO INTENET EXPLORER APARECE o internet explorer não pode exibir a página da web LEMBRANDO QUE OUTROS SITES COMO TERRA GOOGLE E OUTROS FUNCIONAN LEGAL E O ARQUIVO PALAVRASBLOQUEADAS SO TEM O ORKUT DENTRO ...
#---------Meu squid.conf---------
http_port 3128 transparent
visible_hostname fredoom
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 700 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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 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 8180
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 901
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl LIBERA src "/etc/squid/ipliberado.txt"
acl MSN url_regex "/etc/squid/palavrasbloqueadas.txt"
acl almoco time MTWHF 12:00-13:00
http_access allow MSN almoco
http_access deny MSN !LIBERA
deny_info ERR_ACCESS_DENIED acl
acl redelocal src 10.1.1.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all