RE: [squid-users] maxconn

From: Jay Turner <jturner@dont-contact.us>
Date: Tue, 27 Jul 2004 15:45:55 +0800

Will

 acl localnet src 172.16.0.0/19
 acl ahost src 172.16.1.1
 acl conn_15 maxconn 15
 http_access deny ahost conn_15
 http_access allow localnet

or similar not work for you?

> -----Original Message-----
> From: Sergey Matveychuk [mailto:sem@FreeBSD.org]
> Sent: Tuesday, 27 July 2004 3:28 PM
> To: squid-users@squid-cache.org
> Subject: [squid-users] maxconn
>
>
> Just tell me how it must work?
>
> acl localnet src 172.16.0.0/19
> acl conn_15 maxconn 15
> http_access deny localnet conn_15
>
> It looks like it limits connections to 15 from all 172.16.0.0/19.
> It's not possible to limit connection numbers from one IP?
>
> --
> Sem.
>
>
>
Received on Tue Jul 27 2004 - 01:45:59 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT