by default, squid doesn't cache anything url that contains the "?"
and "cgi-bin"
put the following
acl youtube dstdomain .youtube.com
cache allow youtube
BEFORE the following (they are already defined in squid.conf)
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
At 11:57 AM 6/23/2007, ArioS wrote:
Dear,
is it possible to cache Youtube flv / swf ? i tried but never worked
, i already increase max cache to 100Mb.
at log , i got this
xx.xx.xx.xx - - [23/Jun/2007:16:14:29 +0700] "GET
http://sjc-v89.sjc.youtube.com/get_video? HTTP/1.1" 200 504612 TCP_MISS:DIRECT
any clue ?