[squid-users] Errors in cache.log
Amos Jeffries
squid3 at treenet.co.nz
Sun Sep 25 03:46:45 UTC 2016
On 25/09/2016 3:50 p.m., erdosain9 wrote:
> Hi. Thank you.
> I fail to understand.
> In other words, the delay pools are poorly structured? (or you're telling me
> to deactivated the delay pools, if they are causing a problem)
>
> i think that you're telling me that are poorly made.
>
> So, for example.
>
> if i want to apply this acl
>
> acl stream url_regex -i \.flv$
> acl stream url_regex -i \.mp4$
> acl stream url_regex -i watch?
> acl stream url_regex -i youtube
> acl stream url_regex -i facebook
> acl stream url_regex -i fbcdn\.net\/v\/(.*\.mp4)\?
> acl stream url_regex -i fbcdn\.net\/v\/(.*\.jpg)\?
> acl stream url_regex -i akamaihd\.net\/v\/(.*\.mp4)\?
> acl stream url_regex -i akamaihd\.net\/v\/(.*\.jpg)\?
>
> to "adminis" but, i want that "adminis" have one bandwith for those webs
> (acl "stream") and other bandwith for the others webs??? how would it be?
>
> I think I have seen tutorials where the delay pools were made in this way.
> or I screwed up.....
You need to do this:
delay_access X allow adminis stream
...
delay_access Y allow adminis !stream
instead of this:
delay_access X allow adminis stream
...
delay_access Y allow adminis
Amos
More information about the squid-users
mailing list