desv.paulo
(usa Slackware)
Enviado em 27/04/2016 - 14:29h
Boa tarde galera,
Tenho um squid transparente com a configuração abaixo, só que o site do olx fica sempre desmontando, nunca abre totalmente. Alguem poderia me dar uma instrução como liberar o mesmo no squid:
#PORTA DE SQUID
http_port 3128 transparent
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 5120 32 512
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
error_directory /usr/share/squid/errors/pt-br
cache_mgr ti@mcmtocantins.com
acl all src 0.0.0.0
#acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl redelocal src 192.168.1.0/24
acl SSL_ports port 443 563 465 993
acl Safe_ports port 21 80 443 563 70 210 280 389 488 591 777 901 1025-65535
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 site_negados urlpath_regex -i "/etc/squid/palavras_negadas"
http_access deny site_negados
acl palavras_negadas dstdom_regex "/etc/squid/palavras_negadas"
http_access deny palavras_negadas
acl permitidos url_regex "/etc/squid/permitidos"
http_access allow permitidos
acl ipliberado src "/etc/squid/ipliberado"
http_access allow ipliberado
http_access allow localhost
http_access deny redelocal
http_access deny all
Já adicioneis os seguintes nomes no permitidos:
.olx.com.br
*.olx.*
187.84.96.211
177.47.17.208
187.84.96.198
177.47.17.211
177.47.17.198
177.47.17.209
187.84.96.208
187.84.96.209
mxa01.olx.com.br
200.182.35.146
dgesuite.net
a1090.b.akamai.net
200.182.35.136
200.182.35.162
A página principal acessa normal, ao acessar as outras as páginas ficam desconfiguradas.