View file File name : lighttpd-auth.conf Content :# Fail2Ban filter to match wrong passwords as notified by lighttpd's auth Module # [Definition] failregex = ^: \((?:http|mod)_auth\.c\.\d+\) (?:password doesn\'t match .* username: .*|digest: auth failed for .*: wrong password|get_password failed), IP: <HOST>\s*$ ignoreregex = # Author: Francois Boulogne <fboulogne@april.org>