mirror of https://github.com/fail2ban/fail2ban
BF: apache-* jails -- authentication failures are recorded in *error.log files, thus paths were adjusted
parent
e574f0190e
commit
15ce210cd0
|
@ -127,7 +127,7 @@ maxretry = 6
|
|||
enabled = false
|
||||
port = http,https
|
||||
filter = apache-auth
|
||||
logpath = /var/log/apache*/*access.log
|
||||
logpath = /var/log/apache*/*error.log
|
||||
maxretry = 6
|
||||
|
||||
# default action is now multiport, so apache-multiport jail was left
|
||||
|
@ -137,7 +137,7 @@ maxretry = 6
|
|||
enabled = false
|
||||
port = http,https
|
||||
filter = apache-auth
|
||||
logpath = /var/log/apache*/*access.log
|
||||
logpath = /var/log/apache*/*error.log
|
||||
maxretry = 6
|
||||
|
||||
[apache-noscript]
|
||||
|
|
Loading…
Reference in New Issue