mirror of https://github.com/fail2ban/fail2ban
CFG: assure actions for all the jails
parent
89e06bba15
commit
d2b1c73b92
|
@ -16,7 +16,9 @@ ver. 0.8.10 (2013/XX/XXX) - NOT-YET-RELEASED
|
||||||
within [Init]. Closes gh-232
|
within [Init]. Closes gh-232
|
||||||
- New Features
|
- New Features
|
||||||
- Enhancements
|
- Enhancements
|
||||||
|
Yaroslav Halchenko
|
||||||
|
* jail.conf -- assure all jails have actions and remove unused
|
||||||
|
ports specifications
|
||||||
|
|
||||||
ver. 0.8.9 (2013/05/13) - wanna-be-stable
|
ver. 0.8.9 (2013/05/13) - wanna-be-stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -239,10 +239,8 @@ logpath = /var/log/roundcube/userlogins
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = sogo-auth
|
filter = sogo-auth
|
||||||
port = http, https
|
|
||||||
# without proxy this would be:
|
# without proxy this would be:
|
||||||
# port = 20000
|
# port = 20000
|
||||||
|
|
||||||
action = iptables[name=SOGo, port="http,https"]
|
action = iptables[name=SOGo, port="http,https"]
|
||||||
logpath = /var/log/sogo/sogo.log
|
logpath = /var/log/sogo/sogo.log
|
||||||
|
|
||||||
|
@ -253,7 +251,7 @@ logpath = /var/log/sogo/sogo.log
|
||||||
[php-url-fopen]
|
[php-url-fopen]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = http,https
|
action = iptables[name=php-url-open, port="http,https"]
|
||||||
filter = php-url-fopen
|
filter = php-url-fopen
|
||||||
logpath = /var/www/*/logs/access_log
|
logpath = /var/www/*/logs/access_log
|
||||||
maxretry = 1
|
maxretry = 1
|
||||||
|
@ -268,8 +266,8 @@ maxretry = 1
|
||||||
[lighttpd-fastcgi]
|
[lighttpd-fastcgi]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = http,https
|
|
||||||
filter = lighttpd-fastcgi
|
filter = lighttpd-fastcgi
|
||||||
|
action = iptables[name=lighttpd-fastcgi, port="http,https"]
|
||||||
# adapt the following two items as needed
|
# adapt the following two items as needed
|
||||||
logpath = /var/log/lighttpd/error.log
|
logpath = /var/log/lighttpd/error.log
|
||||||
maxretry = 2
|
maxretry = 2
|
||||||
|
@ -280,8 +278,8 @@ maxretry = 2
|
||||||
[lighttpd-auth]
|
[lighttpd-auth]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = http,https
|
|
||||||
filter = lighttpd-auth
|
filter = lighttpd-auth
|
||||||
|
action = iptables[name=lighttpd-auth, port="http,https"]
|
||||||
# adapt the following two items as needed
|
# adapt the following two items as needed
|
||||||
logpath = /var/log/lighttpd/error.log
|
logpath = /var/log/lighttpd/error.log
|
||||||
maxretry = 2
|
maxretry = 2
|
||||||
|
|
Loading…
Reference in New Issue