From a7cb20edacb31636e046e3fee7b232a4fc214250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sat, 24 Dec 2011 21:56:38 +0100 Subject: [PATCH] add lighttpd-auth jail --- config/jail.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index 4fb14633..fec6b1bd 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -180,6 +180,18 @@ filter = lighttpd-fastcgi logpath = /var/log/lighttpd/error.log maxretry = 2 +# Same as above for mod_auth +# It catches wrong authentifications + +[lighttpd-auth] + +enabled = false +port = http,https +filter = lighttpd-auth +# adapt the following two items as needed +logpath = /var/log/lighttpd/error.log +maxretry = 2 + # This jail uses ipfw, the standard firewall on FreeBSD. The "ignoreip" # option is overridden in this jail. Moreover, the action "mail-whois" defines # the variable "name" which contains a comma using "". The characters '' are