AFAIK, user can set only one value for BanOnFlood setting. I am using 80/300, usually I have about 70 requests in 7 seconds (it is normal). But webserver will ban user if he will request 80 and more in 5 minutes, right?
I wanna be able to ban "fast-flooding" clients, like as 15/1, but still using 80/300 setting. I know that after 80 requsts flooder will trigger 80/300 setting, but "instant" ban is better. It would be nice if here will be possible to have multiple BanOnFlood settings, like this
hiawatha.conf
...
BanOnFlooding = 80/300:600
BanOnFlooding = 15/1:600
...