Re: [squid-users] How to control download banwidth

From: Agung T. Apriyanto <duppeh_at_yahoo.com>
Date: Sun, 8 Jun 2008 05:59:59 -0700 (PDT)

--- Amos Jeffries <squid3_at_treenet.co.nz> wrote:

>
> False. ACLs are only limited by whether their info
> is available or not
> (requests don't have reply details etc.).
>

well this shines me a little bit, but what if
the scenario like this:

-- snips --
acl netA src 192.168.0.0/24
acl netB src 192.168.2.0/24
acl two maxconn 2
acl flashvids url_regex -i \.flv$

http_access deny netA two flashvids
http_access allow netA
http_access allow netB
http_access deny all
-- snips --

can it works at http_access or it only at delay_pool ?
main goal is of course reject any excess connection (
more than 2 connection ) from netA to any url contain
.flv ( .. assuming he/she downloading it )

thank's

-Agung-

      
Received on Sun Jun 08 2008 - 13:00:08 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 09 2008 - 12:00:04 MDT