[squid-users] SQUID DELAY POOLS

From: Shiraz Gul Khan <onezeroinc@dont-contact.us>
Date: Mon, 28 Jun 2004 05:51:42 +0000

hi
i am using redhat 7.2 as a server using DSL 128kbps downloading and 64kbps
uploading. i have 60 clients. i want to limit downloading speed of some
files of which extention is .exe .mp3 .mpeg etc..etc... to 5KB but other
files extension downloaded with out restriction, i mean at full speed. so i
configure my squid.conf as follow. but with squid.conf my whole network jam.
i mean sooo slow browsing soooo slow download and when i removed these lines
and restart the squid browsing and others are working cool.
please tell me where i change my settings in squid.conf
i have compaq Xeon server with 512 ram 9GB SCSI hard disk and my squid
version is 2.4
------------------------
acl magic_words1 url_regex -i 192.168
acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar
.avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov
acl day time 09:00-23:59
delay_pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_access 2 allow day
delay_access 2 deny !day
delay_access 2 allow magic_words2
delay_parameters 2 5000/16000 5000/16000
delay_access 2 allow day
delay_access 2 deny !day
delay_access 2 allow magic_words2
-------------------------------------------------

_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
Received on Sun Jun 27 2004 - 23:51:44 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:03 MDT