diff --git a/config/filter.d/apache-noscript.conf b/config/filter.d/apache-noscript.conf index 636dcd53..25dd62d3 100644 --- a/config/filter.d/apache-noscript.conf +++ b/config/filter.d/apache-noscript.conf @@ -14,7 +14,8 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = [[]client []] (File does not exist|script not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl) +failregex = [[]client []] (File does not exist|script not found or unable to stat): /\S*(\.php|\.asp|\.exe|\.pl) + [[]client []] script '/\S*(\.php|\.asp|\.exe|\.pl)\S*' not found or unable to stat *$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.