Hello folks,
I am in the processes of implementing delay_pools.But From my point of view it is not working.Here is my dealy_pool in squid.conf.
cache_dir ufs /usr/local/squid/cache 1000 16 256
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl no_help url_regex -i mail
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
cache_mgr veg
cache_effective_user squid
cache_effective_group squid
delay_pools 1
delay_class 1 1
delay_parameters 1 0/0
delay_access 1 deny !no_help
http_access deny all !no_help
I have installed squid with option --enable-delay-pools. In the above implementation I want to set the bandwidth to url starting with mail to 0(Here it is not making any Sense.But it should work am I correct).Could anybody explain me what went bad in the above configuration.
I am testing the above thinks with in hte intranet.
Thanks,
Ronald
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Received on Mon Mar 19 2001 - 20:22:03 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:43 MST