cristiano1
(usa Debian)
Enviado em 07/02/2014 - 14:37h
Olá a todos,
Essa é a primeira vez que peço uma juda pra voces. Estou com o seguinte problema aqui na empresa. Squid lento. Tenho dois links e os mesmos ficam lentos quando os conectados no servidor. Atualmente só estou usando um link, pois tenho medo do pessoal começar a reclamar. Se possivel gostaria que vcs dessem uma olhada na minha conf. Desde já muito agradeço.
http_port 8080 transparent
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
###########################
cache_mem 64 MB
######################
#maximum_object_size xxx kb
#minimum_object_size 0 kb
#maximum_object_size_in_memory 8kb
visible_hostname Firewall
#################
cache_dir ufs /var/spool/squid 512 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
client_netmask 255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl rede_local src 192.168.0.0/255.255.255.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 # 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
acl MaquinasLiberadas src "/etc/squid/ipsliberados.txt"
acl block url_regex -i "/etc/squid/bloqueio.txt"
acl MaquinasBloqueadas src "/etc/squid/ipsbloqueados.txt"
acl SitesBloqueados url_regex -i "/etc/squid/sites.deny"
### ACL Almoco ###
acl h_almoco time MTWHF 12:00-13:00
acl MaquinasAlmoco src "/etc/squid/ips_almoco.txt"
http_access allow manager localhost
http_access deny manager