[squid-users] http burst

2009-06-02 Thread RoLaNd RoLaNd
Hello, i just configured two delay pools. acl limitedto8 src 192.168.75.0/255.255.255.0 acl mySubnet url_regex -i 192.168.75 delay_pools 2 delay_class 1 2 delay_parameters 1 -1/-1 -1/-1 #magic_words1: 192.168 we have set before delay_access 1 allow mySubnet delay_class 2 3 delay_access 2 allo

Re: [squid-users] http burst

2009-06-02 Thread Chris Robertson
RoLaNd RoLaNd wrote: Hello, i just configured two delay pools. acl limitedto8 src 192.168.75.0/255.255.255.0 acl mySubnet url_regex -i 192.168.75 url_regex? Really? Why not a dstdom_regex? Furthermore, why are you specifying that the match should be made without regards to character

Re: [squid-users] http burst

2009-06-02 Thread Leonardo Carneiro
why don't you try give your users a larger pool. here i have a 1mb link, so i created pools of 10mega bytes with the regen rate of 20 kilobytes/s if anyone try to download anything bigger than 10MB, it will slow down to only 20Kb/s (180kbps), but the web browsing is great. Chris Robertson escr

Re: [squid-users] http burst

2009-06-02 Thread giob...@gmail.com
IMHO, you should create acl base on file type, instead of src IP. It will take care about web traffic. -giobuon On Wed, Jun 3, 2009 at 1:47 AM, Leonardo Carneiro wrote: > why don't you try give your users a larger pool. here i have a 1mb link, so > i created pools of 10mega bytes with the regen

Re: [squid-users] http burst

2009-06-02 Thread giob...@gmail.com
Sorry for 2nd post, but I think I should mention you read carefully Chris's advice. It's useful. Thanks Chris. On Wed, Jun 3, 2009 at 11:06 AM, giob...@gmail.com wrote: > IMHO, you should create acl base on file type, instead of src IP. It > will take care about web traffic. > > -giobuon > > On W