less failures required for Attacks

debian-releases/etch debian/0.6.0-3.3
Yaroslav Halchenko 2006-01-25 15:32:50 +00:00
parent 9cf01b2dac
commit 38fa465cae
2 changed files with 7 additions and 1 deletions

View File

@ -301,6 +301,12 @@ port = http
#
logfile = /var/log/apache/access.log
# Option: maxfailures
# Notes.: number of failures before IP gets banned.
# Values: NUM Default: 5
#
maxfailures = 2
# Option: timeregex
# Notes.: regex to match timestamp in Apache logfile.
# Values: [Wed Jan 05 15:08:01 2005]

2
debian/changelog vendored
View File

@ -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
a webserver (awstats.pl as a try). This section stays split from Apache