diff --git a/etc/fail2ban/jail.d/apache-scan.conf b/etc/fail2ban/jail.d/apache-scan.conf index 19d835d..07ca1c9 100644 --- a/etc/fail2ban/jail.d/apache-scan.conf +++ b/etc/fail2ban/jail.d/apache-scan.conf @@ -1,8 +1,9 @@ [apache-scan] -enabled = true -port = http,https -filter = apache-scan -logpath = /var/log/apache2/access.log tail -bantime = 3600 +enabled = true +port = http,https +filter = apache-scan +backend = auto +logpath = /var/log/apache2/access.log tail +bantime = 3600 findtime = 60 maxretry = 1