[mirrorbrain-commits] [mod_stats] r43 - /trunk/tools/ooo.conf

From: <poeml_at_mirrorbrain.org>
Date: Thu, 26 Nov 2009 14:29:21 -0000
Author: poeml
Date: Thu Nov 26 15:29:19 2009
New Revision: 43

URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=43&view=rev
Log:
ignore all request that come with a query string

Modified:
    trunk/tools/ooo.conf

Modified: trunk/tools/ooo.conf
URL: http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/tools/ooo.conf?rev=43&r1=42&r2=43&view=diff
==============================================================================
--- trunk/tools/ooo.conf (original)
+++ trunk/tools/ooo.conf Thu Nov 26 15:29:19 2009
_at_@ -25,6 +25,11 @@
 # silently ignore all files matching this regular expression.
 # (the filter is applied to the requested url.)
 # (all others will be counted and need to match one of the StatsCount expressions.)
+# 
+# ignore all requests that come with query string
+StatsIgnoreMask ".*\?.*"
+# 
+# ignore files with these endings
 StatsIgnoreMask "^.*\.(txt|list|html)$"
 
 # strip prefixed protocol (normally only sent to proxies, but can occur in the wild)
_at_@ -33,10 +38,6 @@
 
 # remove duplicated slashes
 StatsPrefilter "/+" "/"
-
-# strip query strings
-# FIXME: should we rather ignore all requests that come with query string?
-StatsPrefilter "\?.*" ""
 
 # remove an optional timestamp (example: _20091121)
 StatsPrefilter "_[0-9]{8}" ""




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Thu Nov 26 2009 - 14:29:26 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT