RE: [squid-users] limiting the number of simultaneous clientconnections

From: claude <ubik@dont-contact.us>
Date: Mon, 21 May 2001 12:34:07 +0300 (EEST)

On Mon, 21 May 2001, Robert Collins wrote:

> Without checking the source, IIRc it's
>
> acl someuser src 1.2.3.4
> acl twoconn maxconn 2
>
> http_access deny someuser twoconn
>
> max conns only match when you have that many or more connections, so to
> limit someone you can either use
> http_access allow !twoconn
> or
> http_access deny twoconn
>
> Rob

Thanks to all responders, the above worked.
Received on Mon May 21 2001 - 03:35:22 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:12 MST