mirror of https://github.com/fail2ban/fail2ban
parent
9cf01b2dac
commit
38fa465cae
|
@ -301,6 +301,12 @@ port = http
|
||||||
#
|
#
|
||||||
logfile = /var/log/apache/access.log
|
logfile = /var/log/apache/access.log
|
||||||
|
|
||||||
|
# Option: maxfailures
|
||||||
|
# Notes.: number of failures before IP gets banned.
|
||||||
|
# Values: NUM Default: 5
|
||||||
|
#
|
||||||
|
maxfailures = 2
|
||||||
|
|
||||||
# Option: timeregex
|
# Option: timeregex
|
||||||
# Notes.: regex to match timestamp in Apache logfile.
|
# Notes.: regex to match timestamp in Apache logfile.
|
||||||
# Values: [Wed Jan 05 15:08:01 2005]
|
# Values: [Wed Jan 05 15:08:01 2005]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
fail2ban (0.6.0-3.2) unstable; urgency=low
|
fail2ban (0.6.0-3.3) unstable; urgency=low
|
||||||
|
|
||||||
* Added section ApacheAttacks to specify some common patterns of attacks on
|
* Added section ApacheAttacks to specify some common patterns of attacks on
|
||||||
a webserver (awstats.pl as a try). This section stays split from Apache
|
a webserver (awstats.pl as a try). This section stays split from Apache
|
||||||
|
|
Loading…
Reference in New Issue