> I've put up the acl for them and yet everything else gets a hit except the > flash media itself. [snip] > access.log on second viewing of same media url : > > 1186993611.227 1 202.51.76.26 TCP_HIT/200 1726 GET > http://youtube.com/img/pic_globalnav_gradation_875x36.png - NONE/- > image/png > 1186993611.385 276 202.51.76.26 TCP_HIT/200 27220 GET > http://youtube.com/img/btn_gradient_orange_1x23.png - NONE/- image/png > 1186993612.377 1333 202.51.76.26 TCP_MISS/302 181 GET > http://cache.googlevideo.com/get_video? - DIRECT/74.125.15.28 - > 1186993618.794 667 202.51.76.26 TCP_MISS/200 431 GET > http://video.google.com/s? - DIRECT/209.85.169.99 text/html That didn't mean it didn't cache it, it means the object wasn't in cache. Turn off strip_query_terms so you can see which video URLs are being cached; then check store.log to see if that URL is being written to store as a cachable item. Adrian