Hi,
I am using Squid Cache: Version 2.4.STABLE1
I want to limit bandwidth to certain users. After reading the "user guide"
(http://squid-docs.sourceforge.net/latest/html/x2087.htm) I decided to try:
acl magic_words url_regex -i abracadabra
delay_pool_count 1
delay_class 1 1
delay_parameters 1 16000/16000
delay_access 1 allow magic_words
and I get:
[root@kryten ~]# /etc/init.d/squid status
squid (pid 8498 8496) is running...
2002/04/08 17:49:29| parseConfigFile: line 27 unrecognized:
'delay_pool_count 1'
2002/04/08 17:49:29| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2002/04/08 17:49:29| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2002/04/08 17:49:29| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
[root@kryten ~]#
Is this a bug or am I missing something?
Received on Mon Apr 08 2002 - 01:57:59 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:29 MST