Re: [squid-users] Delay pool doubts

From: Johnson Jeba Asir <squidjohnson@dont-contact.us>
Date: Thu, 15 Jul 2004 03:22:48 -0700 (PDT)

Hello Maes,

Thanks for the help. Hear is my new snipit

acl 32klink src "/etc/squid/32klink"
acl 16klink src "/etc/squid/16klink"
acl localURLs url_regex -i 10.0 # All my local network

delay_pools 3
delay_class 1 3
delay_class 2 3
delay_class 3 3
delay_class 4 3

# 1. No restriction for local network traffic
# 2. 32k for group1 with individual user's bwm is not
# limited
# 3. 16k for group2
# 4. 16k for group2

delay_parameters 1 -1/-1 -1/-1 -1/-1
delay_parameters 2 8000/8000 4000/4000 -1/-1
delay_parameters 3 8000/8000 2000/2000 -1/-1
delay_parameters 4 8000/8000 2000/2000 -1/-1

# To be fine tuned :)
delay_access 1 allow localURLs all
delay_access 2 allow 32klink
delay_access 3 allow 16klink
delay_access 4 allow all

Is this correct?

Regards,
John

--- maes <maes@pfu.dp.ua> wrote:
> #ah, sorry there was a mistake:
> delay_access 2 deny 16klink
> #and respectively
> delay_access 3 deny 32klink
>
>
> --
> Best regards,
> maes
> mailto:maes@pfu.dp.ua
>
>

        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
Received on Thu Jul 15 2004 - 04:22:50 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT