Subversion Repositories configs

Rev

Rev 34 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
34 - 1
# Fail2Ban filter to match web requests for selected URLs that don't exist
2
#
3
 
4
[INCLUDES]
5
 
6
# Load regexes for filtering
7
before = botsearch-common.conf
8
 
9
[Definition]
10
 
39 - 11
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/<block> \S+\" 404 .+$
12
            ^ \[error\] \d+#\d+: \*\d+ (\S+ )?\"\S+\" (failed|is not found) \(2\: No such file or directory\), client\: <HOST>\, server\: \S*\, request: \"(GET|POST|HEAD) \/<block> \S+\"\, .*?$
34 - 13
 
14
ignoreregex =
15
 
16
 
17
# DEV Notes:
18
# Based on apache-botsearch filter
19
#
20
# Author: Frantisek Sumsal