Bonjour,
I would like write log only for certain events :
frontend http
bind *:80
bind *:443 ssl crt .....
stick-table type ip size 1m expire 10s store http_req_rate(10s)
tcp-request inspect-delay 10s
tcp-request content track-sc1 src
acl abusive_ip sc1_http_req_rate gt 200
LOG if abusive_ip
what is the directive do i need to write instead of LOG, to log the abusive request.
thanks
4 posts - 2 participants