mirror of https://github.com/fail2ban/fail2ban
- Fixed wrong path for apache-auth in jail.conf. Thanks to Vincent Deffontaines
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@617 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
938297138b
commit
d885fc786e
|
@ -10,6 +10,8 @@ Fail2Ban (version 0.8.2) 2007/??/??
|
||||||
ver. 0.8.2 (2007/??/??) - stable
|
ver. 0.8.2 (2007/??/??) - stable
|
||||||
----------
|
----------
|
||||||
- Fixed named filter. Thanks to Yaroslav Halchenko
|
- Fixed named filter. Thanks to Yaroslav Halchenko
|
||||||
|
- Fixed wrong path for apache-auth in jail.conf. Thanks to
|
||||||
|
Vincent Deffontaines
|
||||||
|
|
||||||
ver. 0.8.1 (2007/08/14) - stable
|
ver. 0.8.1 (2007/08/14) - stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -89,8 +89,8 @@ logpath = /var/log/sshd.log
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = apache-auth
|
filter = apache-auth
|
||||||
action = hostsdeny
|
action = hostsdeny
|
||||||
logpath = /var/log/apache*/*access.log
|
logpath = /var/log/apache*/*error.log
|
||||||
/home/www/myhomepage/access.log
|
/home/www/myhomepage/error.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
# The hosts.deny path can be defined with the "file" argument if it is
|
# The hosts.deny path can be defined with the "file" argument if it is
|
||||||
|
|
Loading…
Reference in New Issue