On Mon, 22 Aug 2005 09:28:46 +0800, "Yuzz" <yuzz@likom.com.my> said:
> Dear all,
>
> How to set squid one user one connection? is there any doc or tutorial?
> please give me the link ?
>
acl OverConnLimit maxconn 1
http_access deny OverConnLimit
In this case, Squid allows up to 1 connections at once from each IP
address. When a client makes the second connection, the OverConnLimit
ACL is matched, and the http_access rule denies the request.
-- Jeff Pan jeffpan@fastmail.cn -- http://www.fastmail.fm - Email service worth paying for. Try it for freeReceived on Sun Aug 21 2005 - 19:45:34 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:02 MDT