
malacaia
(usa Debian)
Enviado em 04/09/2013 - 15:16h
Olá a tod@s.
Pessoal, estou testando squid para armazenar os vídeos do youtube, mas quando vou baixar o flash (na VM) simplesmente o squid está bloqueia o download do .exe.
Access Denied
You don't have permission to access "http://aihdownload.adobe.com/bin/live/install_flashplayer11x32_mssd_aaa_aih.exe" on this server.
Reference #18.3dba2117.1378317991.d680f6
Segue meu squid.conf (padrão morimoto :P)
http_port 3128 transparent
visible_hostname intranet.local
cache_mem 300 MB
maximum_object_size_in_memory 1024 KB
maximum_object_size 100 MB
minimum_object_size 0 KB
cache_access_log /var/log/squid/access.log
cache_dir ufs /var/spool/squid/cache 4000 16 64
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
refresh_pattern -i .flv$ 10080 90% 999999 ignore-no-cache override-expire ignore-private
#acl youtube dstdomain .youtube.com
#cache allow youtube
acl all src 0.0.0.0/0.0.0.0
http_access allow all