mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-04 14:48:08 +00:00
add filter for lighttpd mod_auth failure
This commit is contained in:
parent
1efe1bc171
commit
b6d9f795dc
1 changed files with 19 additions and 0 deletions
19
config/filter.d/lighttpd-auth.conf
Normal file
19
config/filter.d/lighttpd-auth.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Fail2Ban configuration file
|
||||
#
|
||||
# Author: Francois Boulogne <fboulogne@april.org>
|
||||
#
|
||||
|
||||
[Definition]
|
||||
|
||||
# Option: failregex
|
||||
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>
|
||||
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
# Values: TEXT
|
||||
#
|
||||
ignoreregex =
|
||||
Loading…
Add table
Add a link
Reference in a new issue