Re: [squid-users] limiting the number of simultaneous client connections

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Mon, 21 May 2001 17:26:26 +1000 (EST)

Hi,

On Mon, 21 May 2001, claude wrote:

> > Look for "maxconn" in squid.conf
>
> Thanks, it's acl aclname maxconn number, but how can I specify the client
> here ? I tried acl already_defined_src_acl maxconn 1, but I get parse
> error. How can I specify the client's IP in this acl definition ?

You need, for example

acl someuser src 1.2.3.4
acl one maxconn 1

http_access allow someuser one

(I think)
Colin
Received on Mon May 21 2001 - 01:26:49 MDT

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