On Wednesday 30 July 2003 09.07, Kamal Shams wrote: > acl blum src 192.168.3.0/24 > acl 10Max maxconn 10 > http_access deny 10Max blum > > But this didn't help since all the subnet now had a limit of 10 > connections as opposed to every host in the subnet having a limit > of 10 connections.
The above gives each IP in the subnet a limit of 10 connections each. Regards Henrik
