> > Duration and overlap of those connections matters. If they were all > serviced in less than 100ms and closed it is possible they all took > place one after another sequentially with no more than 1 open at a > time. > > maxconn allows up to 3 *simultaneous* connections. Opening three then > closing one before opening a fourth is permitted. Only opening four > at > once is not permitted. I'm trying with maxconn 1 and 20 r/s without any deny, it's strange no ? > > > > I have an another question about deny pages, when I block by > > maxconn/port/acldst/etc my users get the same DENY page without > > distinction, how can I customize the result (one page for > > dstdomain, > > one page for maxconn, one page for ldap ident, etc) > > You use deny_info to attach a custom output to the last ACL on the > line. This output gets presented every time that ACL is last on a > deny > line. > http://www.squid-cache.org/Doc/config/deny_info/ Thanks