From fce431add8a2bc940b7c56bec723c543d167da8a Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 11 Jul 2013 22:28:27 +1000 Subject: [PATCH] ENH: add mod_authz_core failures to apache-auth --- config/filter.d/apache-auth.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index aa906401..e99af22c 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -19,10 +19,14 @@ before = apache-common.conf # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT -# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c +# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c (1st 2) +# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_core.c failregex = ^%(_apache_error_client)s user .* authentication failure for "\S*": Password Mismatch$ ^%(_apache_error_client)s user .* not found: \S*\s*$ + ^%(_apache_error_client)s authorization failure \(no authenticated user\): \S*\s*$ + ^%(_apache_error_client)s client denied by server configuration: (uri )?\S*\s*$ + ^%(_apache_error_client)s user .* authorization failure for "\S*": \S*\s*$ # Option: ignoreregex