Hello i try to use maxconn acl but there is not block for the ip configured.... Can anyone hellpme whit this issue?

My config is:

acl password proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
acl xavierc src 192.168.1.2/255.255.255.255
acl maxconn maxconn 2


http_access allow localhost
http_access allow password
http_access deny xavierc maxconn
http_access deny all

client_db on


Thanks!

Xavier Cabrera


Reply via email to