Re: [squid-users] maxconn connection limit

2003-12-17 Thread Paul
> Any other http_acces rules before this? > > How do you measure the number of connections? Thank you for taking time to reply, Henrik. I was using ab (apache benchmark program) to run the tests, but the file was only a few bytes so the tests completed too fast. I'm getting correct maxconn behavi

Re: [squid-users] maxconn connection limit

2003-12-17 Thread Henrik Nordstrom
On Tue, 16 Dec 2003, Paul wrote: > I've read the FAQ & docs and tried several variations like the following: > > acl all src 0.0.0.0/0.0.0.0 > acl connlimit maxconn 2 > http_access deny all connlimit Any other http_acces rules before this? > The above allows an unlimited number of connect

[squid-users] maxconn connection limit

2003-12-16 Thread Paul
I'm trying to limit the total number of squid connections from anywhere, without success. I'm running 2.5 STABLE1 on a RH9 Linux box: # rpm -q squid squid-2.5.STABLE1-2 I've read the FAQ & docs and tried several variations like the following: acl all src 0.0.0.0/0.0.0.0 acl connlimit ma