[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

squid e video cache



'sera a tutti :)

squid (di default) ha la cache video non impostata (meglio dire bloccata), 
seguendo queste info:
http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube
[...]
# REMOVE these lines from squid.conf
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY

refresh_pattern -i \.flv$ 10080 90% 999999 ignore-no-cache override-expire 
ignore-private
quick_abort_min -1 KB
maximum_object_size 4 GB
acl youtube dstdomain .youtube.com
cache allow youtube
refresh_pattern -i (/cgi-bin/|\?)   0   0%      0
refresh_pattern .                   0   0%   4320
[...]

ho abilitato la cache video per youtube

ma non dovrebbe essere sufficiente per tutti i siti di streaming?
tipo aggiungere
acl google dstdomain .google.com
cache allow google

perche' con google video non funziona e nemmeno con xvideos.com ;)

dove sbaglio?

Pol


Reply to: