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
|
enabled = false
|
||||||
port = http,https
|
port = http,https
|
||||||
filter = apache-auth
|
filter = apache-auth
|
||||||
logpath = /var/log/apache*/*access.log
|
logpath = /var/log/apache*/*error.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
# default action is now multiport, so apache-multiport jail was left
|
# default action is now multiport, so apache-multiport jail was left
|
||||||
|
@ -137,7 +137,7 @@ maxretry = 6
|
||||||
enabled = false
|
enabled = false
|
||||||
port = http,https
|
port = http,https
|
||||||
filter = apache-auth
|
filter = apache-auth
|
||||||
logpath = /var/log/apache*/*access.log
|
logpath = /var/log/apache*/*error.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
[apache-noscript]
|
[apache-noscript]
|
||||||
|
|
Loading…
Reference in New Issue