Actions
Feature #1214
closedAdded two features to mod_evasive
ASK QUESTIONS IN Forums:
Description
I found that the default error code (403) was not appropriate in all situations.
Neither was the error logging, which can cause huge error logs on systems where evasive was purposely meant to limit connection speeds.
Attached is a copy of mod_evasive.c that introduces :
evasive.enable-logging => false by default, set true to enable logging.
evasive.error-code => any number between 100 (lowest HTTP code) and 505 (highest)
Files
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Assignee deleted (
jan) - Priority changed from High to Normal
- Missing in 1.5.x set to Yes
FYI: lighttpd 1.4.40 provides evasive.silent = "enable"
to quell logging, and evasive.location = "..."
to return a 302 with a Location header.
Actions
Also available in: Atom