| Name : FloodGuard
| |
| Version : 1.1.0
| Vendor : Andrey Orlov < cray_neural_ru>
|
| Release : alt7
| Date : 2004-07-06 09:38:57
|
| Group : Development/Python
| Source RPM : FloodGuard-1.1.0-alt7.src.rpm
|
| Size : 0.05 MB
| |
| Packager : Andrey Orlov < cray_altlinux_ru>
| |
| Summary : FloodGuard - request rate limiting
|
Description :
This package helps in limiting rate of requests to given subset of Zope server content. Requests corresponding to configured patterns are tracked; patterns include path to object (regexps allowed) and the fact of given variables appearance in request. Signature (path + above mentioned parameters) of tracked request is logged (with time and IP address).
If request number per specified time exceeds the limit, further ones are blocked by raising exception or calling given method.
|