Author: poeml Date: Sun Oct 3 23:45:32 2010 New Revision: 70 URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=70&view=rev Log: add minimal config for xbmc.org Added: trunk/tools/xbmc.conf Added: trunk/tools/xbmc.conf URL: http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/tools/xbmc.conf?rev=70&view=auto ============================================================================== --- trunk/tools/xbmc.conf (added) +++ trunk/tools/xbmc.conf Sun Oct 3 23:45:32 2010 _at_@ -1,0 +1,18 @@ +StatsLogMask "^(\S+).+\[(.*?)\] \"GET (\S*) HTTP.*\" (200|302) [^\"]+ \"([^\"]*)\" \"([^\"]*)\".*" +StatsDupWindow 200 +StatsIgnoreMask ".*\?.*" +StatsIgnoreMask "^.*\.(txt|list|html)$" +# strip prefixed protocol (normally only sent to proxies, but sometimes occurs in the wild) +StatsPrefilter "^http://[^/]+/" "" +# remove duplicated slashes +StatsPrefilter "/+" "/" +# strip appended .metalink suffix +StatsPrefilter "\.metalink$" "" + +# dharma-pre/metadata.artists.freebase.com/metadata.artists.freebase.com-1.0.6.zip +# $osname/$product/$product-$version.zip + +StatsCount "^/addons/([^/]+)/([^/]+)/\2-([0-9.]+)\.zip$" "prod: \2 os: \1 version: \3 lang: --" + + +# vim: ft=apache ai ts=4 sw=4 smarttab expandtab smarttab _______________________________________________ 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.orgReceived on Sun Oct 03 2010 - 21:45:34 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT