Thank you for your reply, but I don't think this is what I'm
looking for.  What I want has nothing to do with our local net.
We want to limit the *grand total* number of connections to our
squid from *anywhere*, to give it some breathing room, to leave
some memory for other processes, to allow us to remotely log in, etc.
Is this possible with squid ACLs?

-- Paul

On Wed, 14 Jan 2004, damk wrote:

> This is better:
> acl yournet src xxx.xxx.xxx.xxx
> acl connlimit maxconn 2
> http_access allow yournet !connlimit
> http_access deny all
>
>
> Cheers,
> .::DAMK::.

Reply via email to