Browse Source

ENH: allow trailing white-spaces in lighttpd-auth.conf

now catches the one in testcases/files/logs/lighttpd
pull/16/head
Yaroslav Halchenko 13 years ago
parent
commit
4c76fb3b54
  1. 2
      config/filter.d/lighttpd-auth.conf

2
config/filter.d/lighttpd-auth.conf

@ -9,7 +9,7 @@
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module # Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
# Values: TEXT # Values: TEXT
# #
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>$ failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
# Option: ignoreregex # Option: ignoreregex

Loading…
Cancel
Save