Project

General

Profile

Actions

Bug #3847

closed

Squid3 Youtube Refresh Filter Broken

Added by Sam Bingner over 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Squid
Target version:
-
Start date:
09/04/2014
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All

Description

The Youtube refresh filter currently causes squid to stop caching for all domains OTHER than youtube. It adds the following lines:

+# Break HTTP standard for flash videos. Keep them in cache even if asked not to.
+refresh_pattern -i \.flv$ 10080 90% 999999 ignore-no-cache override-expire ignore-private
+
+# Let the clients favorite video site through with full caching
+acl youtube dstdomain .youtube.com
+cache allow youtube

The last two lines clearly only allow youtube to be cached. I was wondering why there were no longer ANY HITs in the logs....

Actions

Also available in: Atom PDF