Re: [squid-users] Youtube cache ?

From: leongmzlist <leongmzlist@dont-contact.us>
Date: Sat, 23 Jun 2007 16:35:03 -0700

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 ?
Received on Sat Jun 23 2007 - 17:35:11 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT