Hi,

squid.conf says about maxconn:
"This will be matched when the client's IP address has
 more than <number> HTTP connections established."

OK, that's if we have only one IP with we want to limit.

What if I have an acls such like this:

acl max_conn_vlan2 maxconn 100

acl vlan2   src   192.168.139.128/255.255.255.128


And then:

http_access deny vlan2 max_conn_vlan2

Does this limit each IP of the range up to 100 connections or the
whole range is limited up to 100?

Thanks in advance!

-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -

Reply via email to