I'd like to limit the total number of connections from anywhere, and would like some clarification. For example, with the following:
acl connlimit maxconn 2 http_access deny all connlimit http_access allow !connlimit I can establish at most 2 connections from one IP number. So far so good. But if I come in from another IP number, I can establish additional connections, leading me to believe that the *total* number of connections allowed is essentially unlimited. What am I doing wrong? Thanks, -- Paul
