wok view fail2ban/stuff/etc/fail2ban/filter.d/apache-proxy.conf @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children
line source
1 # Fail2Ban configuration file
2 #
3 # Author: James Roe
4 #
6 [Definition]
8 # Option: failregex
9 # Notes.: regex to match the password failure messages in the logfile. The
10 # host must be matched by a group named "host". The tag "<HOST>" can
11 # be used for standard IP/hostname matching and is only an alias for
12 # (?:::f{4,6}:)?(?P<host>\S+)
13 # Values: TEXT
14 #
15 failregex = ^(?:(?![0-9\.]* - - \[.*\] "([A-Z]* /.* HTTP/1\.[0-9]|-)")<HOST>)
17 # Option: ignoreregex
18 # Notes.: regex to ignore. If this regex matches, the line is ignored.
19 # Values: TEXT
20 #
21 ignoreregex =