On Mon, 22 Aug 2005 09:28:46 +0800, "Yuzz" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] -- http://www.fastmail.fm - Email service worth paying for. Try it for free
