Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread Eliezer Croitoru
But in the other hand there is a way to determine some of the domains which contains videos. Specifically for google it's: .googlevideo.com For other sites I assume that regular statistics check of the access.log can help with finding what your users use the most and minimize the specific vide

Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread Alexander Wiedergold
squid-users@lists.squid-cache.org Subject: [squid-users] Deny Caching of Video and Audio Message-ID: <1438640012180-4672593.p...@n4.nabble.com> Content-Type: text/plain; charset=us-ascii Is there a simple way to deny caching of video and audio? My manager doesn't want these to be cached

Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread Amos Jeffries
On 5/08/2015 1:29 a.m., markme wrote: > Well we don't mind caching large objects such as anti-virus updates or other > updates. My manager specifically asked to not cache media such as video and > audio. So is there like a refresh pattern that I can use or an ACL to deny > caching of all video and

Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread markme
Well we don't mind caching large objects such as anti-virus updates or other updates. My manager specifically asked to not cache media such as video and audio. So is there like a refresh pattern that I can use or an ACL to deny caching of all video and audio? -- View this message in context: ht

Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread Antony Stone
On Tuesday 04 August 2015 at 10:28:32, Antony Stone wrote: > On Tuesday 04 August 2015 at 01:39:38, Jorgeley Junior wrote: > > create an acl: > > acl youtube dstdomain .youtube.com > > use the directive: cache deny youtube > > That will prevent caching for all content from a specific domain, no m

Re: [squid-users] Deny Caching of Video and Audio

2015-08-04 Thread Antony Stone
On Tuesday 04 August 2015 at 01:39:38, Jorgeley Junior wrote: > create an acl: > acl youtube dstdomain .youtube.com > use the directive: cache deny youtube That will prevent caching for all content from a specific domain, no matter what size the objects. It's a bit tedious to have to set this u

Re: [squid-users] Deny Caching of Video and Audio

2015-08-03 Thread Jorgeley Junior
create an acl: acl youtube dstdomain .youtube.com use the directive: cache deny youtube 2015-08-03 19:29 GMT-03:00 Antony Stone : > On Tuesday 04 August 2015 at 00:13:32, markme wrote: > > > Is there a simple way to deny caching of video and audio? My manager > > doesn't want these to be cached d

Re: [squid-users] Deny Caching of Video and Audio

2015-08-03 Thread Antony Stone
On Tuesday 04 August 2015 at 00:13:32, markme wrote: > Is there a simple way to deny caching of video and audio? My manager > doesn't want these to be cached due to the large amount of space they > might take up. Just set the maximum cache object size - then it doesn't matter whether it's audio,

[squid-users] Deny Caching of Video and Audio

2015-08-03 Thread markme
Is there a simple way to deny caching of video and audio? My manager doesn't want these to be cached due to the large amount of space they might take up. Thanks! -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Deny-Caching-of-Video-and-Audio-tp4672593.html Se