wok annotate fail2ban/stuff/etc/fail2ban/filter.d/apache-proxy.conf @ rev 13733

Add xdigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 25 16:40:45 2012 +0100 (2012-12-25)
parents
children
rev   line source
pascal@13258 1 # Fail2Ban configuration file
pascal@13258 2 #
pascal@13258 3 # Author: James Roe
pascal@13258 4 #
pascal@13258 5
pascal@13258 6 [Definition]
pascal@13258 7
pascal@13258 8 # Option: failregex
pascal@13258 9 # Notes.: regex to match the password failure messages in the logfile. The
pascal@13258 10 # host must be matched by a group named "host". The tag "<HOST>" can
pascal@13258 11 # be used for standard IP/hostname matching and is only an alias for
pascal@13258 12 # (?:::f{4,6}:)?(?P<host>\S+)
pascal@13258 13 # Values: TEXT
pascal@13258 14 #
pascal@13258 15 failregex = ^(?:(?![0-9\.]* - - \[.*\] "([A-Z]* /.* HTTP/1\.[0-9]|-)")<HOST>)
pascal@13258 16
pascal@13258 17 # Option: ignoreregex
pascal@13258 18 # Notes.: regex to ignore. If this regex matches, the line is ignored.
pascal@13258 19 # Values: TEXT
pascal@13258 20 #
pascal@13258 21 ignoreregex =