From a7ebb84a7d9746d2a6d5681871e873b2ecb8f26c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 26 Aug 2013 08:42:45 +1000 Subject: [PATCH] ENH: tighted up lighttpd regex --- config/filter.d/lighttpd-auth.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/lighttpd-auth.conf b/config/filter.d/lighttpd-auth.conf index b89c5d96..375b26bd 100644 --- a/config/filter.d/lighttpd-auth.conf +++ b/config/filter.d/lighttpd-auth.conf @@ -9,7 +9,7 @@ # Notes.: regex to match wrong passwords as notified by lighttpd's auth Module # Values: TEXT # -failregex = .*http_auth.*(password doesn\'t match|wrong password|get_password failed).*IP: \s*$ +failregex = ^: \(http_auth\.c\.\d+\) (password doesn\'t match|digest: auth failed for .*: wrong password|get_password failed).*, IP: \s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.