From 2d8df22cf1dcfa2b65cdce1746b4ab98821946ea Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Feb 2008 23:37:34 -0500 Subject: [PATCH] Extended apache-noscript filter with more file extensions and to react to "script not found or unable to stat" log message (closes: #456565). Thanks Tim Connors --- 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 12ffeee3..9f903215 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: .*(\.php|\.asp) +failregex = [[]client []] (File does not exist|script not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl) # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.