From e8fd1fe9418633b69db31594a1b4c0013fb66ec2 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 6 Aug 2008 15:46:00 -0400 Subject: [PATCH] BF: script not found could be in 2 shapes depending on inclusion of the name of the scipt --- config/filter.d/apache-noscript.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filter.d/apache-noscript.conf b/config/filter.d/apache-noscript.conf index faf1ce9c..57a2cefe 100644 --- a/config/filter.d/apache-noscript.conf +++ b/config/filter.d/apache-noscript.conf @@ -15,6 +15,7 @@ # Values: TEXT # 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.