Implement a rate limit to mitigate robots attack
Our HTTP server is frequently under attack. Usual pattern is multiple HTTP request made randomly by an anonymous users (unauthenticated).
We could improve our rdiffweb logging and provide a rate limite pattern.
See
Edited by Patrik Dufresne