wok view fail2ban/stuff/etc/fail2ban/filter.d/apache-noscript.conf @ rev 16626

Remove copyq.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 09 22:31:34 2014 +0300 (2014-05-09)
parents
children
line source
1 # Fail2Ban configuration file
2 #
3 # Author: Cyril Jaquier
4 #
5 # $Revision: 658 $
6 #
8 [Definition]
10 # Option: failregex
11 # Notes.: regex to match the password failure messages in the logfile. The
12 # host must be matched by a group named "host". The tag "<HOST>" can
13 # be used for standard IP/hostname matching and is only an alias for
14 # (?:::f{4,6}:)?(?P<host>\S+)
15 # Values: TEXT
16 #
17 failregex = [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl)
18 [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): [^.]*$
20 # Option: ignoreregex
21 # Notes.: regex to ignore. If this regex matches, the line is ignored.
22 # Values: TEXT
23 #
24 ignoreregex =