Well, now I know how to count connections by user`s header:
stick-table type string size 32m expire 1m store conn_cur
tcp-request content track-sc0 hdr(X-User-Id)
acl limit_x_user_id sc0_conn_cur gt 500
so acl is created, but I`m only know how to drop connection if it already reached his maximum, but is it possible to push connection to the queue and pull it when limit is passed?
12.08.2014, 11:44, "Ricardo Fraile" <[email protected]>:
Hello,I'm interested on it too.Thanks,

