Alex wrote:
> Maybe you have an example of how things should be setup? To my knoledge
> this is the right way... but I may be wrong
>
> What I want is to shape download for the files with extensions specified
> in /etc/squid/files to 32k for users in acl clienti-32k and to 64k to
> users in acl clienti-64k and give full speed to acl nolimit.
In that case do this:
delay_access 1 deny nolimit
delay_access 1 allow files clienti-64k
delay_access 2 deny nolimit
delay_access 2 allow files clienti-32k
See the Access Controls FAQ for an explanation:
http://www.squid-cache.org/Doc/FAQ/FAQ-10.html
Adam
Received on Fri Jun 11 2004 - 14:10:06 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT