From 79c0d26b55a811ee303d7c1af73ac0780bdaa4dd Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 25 Jul 2008 13:31:46 -0400 Subject: [PATCH] BF: url is from nonspace characters. that avoids matching in referer which might be in the trailer --- config/filter.d/apache-noscript.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/apache-noscript.conf b/config/filter.d/apache-noscript.conf index 147617a4..faf1ce9c 100644 --- a/config/filter.d/apache-noscript.conf +++ b/config/filter.d/apache-noscript.conf @@ -14,7 +14,7 @@ # (?:::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) # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.