wawan bahtiar wrote:

coba pastein delyapool configuration di squid.conf ,

kayaknya ada yg salah penulisan parameter.

On 5/4/05, Heri Kurniawan <[EMAIL PROTECTED]> wrote:


saya lagi coba deploy squid  2.5 STABLE5 dengan mengaktifkan delay pools
berdasarkan tulisan Mas hanny
saya udah mengaktifkan --enable-delay-pools pada waktu konfigure

pai kok muncul error seperti ini:

ParseConfigFile :  line 2702 unrecognized: 'delay_acces 2 allow
magic_words2

ParseConfigFile :  line 27012 unrecognized: 'delay_class 2 2

ParseConfigFile :  line 27013 unrecognized: 'delay_parameters 5000/15000
5000/12000
dst ...!

mohon pencerahannya?

--
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis
Tidak bisa posting? Baca:
http://linux.or.id/problemmilis
http://linux.or.id/tatatertibmilis








------------------------ DELAY POLL---------------------------

#This is the most important part for shaping incoming traffic with Squid
#For detailed description see squid.conf file or docs at 
http://www.squid-cache.org

#We don't want to limit downloads on our local network
acl magic_words1 url_regex -i 192.168.

#We want to limit downloads of these type of files
#Put this all in one line
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

#We don't block .html, .gif, .jpg and similar files, because they
#generally don't consume much bandwidth

#We have two different delay_pools
delay_pools 2

#First delay pool
#W don't want to delay our local traffic
#There are three pool classes; here we will deal only with the second
delay_class 1 2

#-1/-1 mean that there are no limits
delay_parameters 1 -1/-1 -1/-1

#magic_words1: 192.168
delay_access 1 allow magic_words1

#Second delay pool
#we want to delay downloading files mentioned in magic_words2
delay_class 2 2

#The numbers here are values in bytes;
#we must remember that Squid doesn't consider start/stop bits
#5000/150000 are values for the whole network
#5000/120000 are values for the single IP
#after downloaded files exceed about 150000 bytes,
#(or even twice or three times as much)
#they will continue to download at about 5000 bytes/s

delay_parameters 2 5000/150000 5000/120000
delay_access 2 allow magic_words2


-- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis Tidak bisa posting? Baca: http://linux.or.id/problemmilis http://linux.or.id/tatatertibmilis



Kirim email ke