osorio
(usa Outra)
Enviado em 03/09/2013 - 08:46h
joaoaraujo escreveu:
posta também o seu squid.conf
http_port 3128 transparent
cache_mem 512 MB
cache_swap_low 90
cache_swap_high 95
error_directory /usr/share/squid3/errors/pt-br
#Especificação do cache em disco
#Diretorio tamanho Nº de dir e Nº de sub dir
cache_dir ufs /var/spool/squid3 20480 16 512
maximum_object_size 30000 KB
maximum_object_size_in_memory 40 KB
#Especifica o log do sistema
access_log /var/log/squid3/access.log squid
cache_log /var/log/squid3/cache.log
cache_store_log var/log/squid3/store.log
pid_filename /var/log/squid3/squid3.pid
mime_table /usr/share/squid3/mime.conf
memory_pools off
diskd_program /usr/lib/squid3/diskd
unlinkd_program /usr/lib/squid3/unlinkd
#autenticação
auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/passwd
auth_param basic realm proxy
acl autenticado proxy_auth REQUIRED
http_access allow autenticado
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
#acl redelocal src 192.168.179.0/24
#acl bloqueados src "/etc/squid3/acl/bloqueados"
#Especificação das portas seguras
acl SSL_ports port 443 563
acl SSL_ports port 873
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 Safe_ports port 631
acl Safe_ports port 873
acl Safe_ports port 901
acl purge method PUGER
acl CONNECT method CONNECT
# Regra básicas para o gerenciamento do proxy
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
# Proibe o acesso fora das portas liberadas
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
# Libera ou proibe acesso as acl
http_access allow localhost
#http_access deny redelocal !bloqueados
http_access deny all