mirror of https://github.com/fail2ban/fail2ban
parent
c312962029
commit
a90f6c4ae8
|
@ -866,3 +866,14 @@ port = http,https
|
||||||
filter = phpmyadmin-syslog
|
filter = phpmyadmin-syslog
|
||||||
logpath = %(syslog_authpriv)s
|
logpath = %(syslog_authpriv)s
|
||||||
backend = %(syslog_backend)s
|
backend = %(syslog_backend)s
|
||||||
|
|
||||||
|
|
||||||
|
[zoneminder]
|
||||||
|
# Zoneminder HTTP/HTTPS web interface auth
|
||||||
|
# Logs auth failures to apache2 error log
|
||||||
|
enabled = false
|
||||||
|
port = http,https
|
||||||
|
filter = zoneminder
|
||||||
|
logpath = /var/log/apache*/*error.log
|
||||||
|
maxretry = 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue