Rev 33 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Fail2Ban filter to match web requests for selected URLs that don't exist#[INCLUDES]# Load regexes for filteringbefore = botsearch-common.conf[Definition]failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/<block> \S+\" 404 .+$^ \[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+\"\, .*?$ignoreregex =# DEV Notes:# Based on apache-botsearch filter## Author: Frantisek Sumsal