From af79aa78c691c3467b2bfdb6c8fab4ac2c6febd8 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Sat, 2 Feb 2008 14:28:40 +0000 Subject: [PATCH] Add rss and xml and swf in NotPagesList by default. This is because most hits on rss or xml pages are not pages shown but rss catching pages not viewed. --- docs/awstats_config.html | 6 +++--- wwwroot/cgi-bin/awstats.model.conf | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/awstats_config.html b/docs/awstats_config.html index bf2d9cff..cc4641ee 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -907,11 +907,11 @@ when reading it), follow the example:

# Pages/URL report.
# Note: If you want to exclude particular URLs from stats (No Pages and no
# Hits reported), you must use SkipFiles parameter. -
# Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg" +
# Example: "css js class gif jpg jpeg png bmp rss xml swf zip arj gz z wav mp3 wma mpg"
# Example: "" -
# Default: "css js class gif jpg jpeg png bmp" +
# Default: "css js class gif jpg jpeg png bmp rss xml swf"
# -
NotPageList="css js class gif jpg jpeg png bmp" +
NotPageList="css js class gif jpg jpeg png bmp rss xml swf"


diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 6a524cd1..95e7b5a0 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -1,4 +1,4 @@ -# AWSTATS CONFIGURE FILE 6.6 +# AWSTATS CONFIGURE FILE 6.8 #----------------------------------------------------------------------------- # Copy this file into awstats.www.mydomain.conf and edit this new config file # to setup AWStats (See documentation in docs/ directory). @@ -578,11 +578,11 @@ OnlyFiles="" # Note: If you want to exclude particular URLs from stats (No Pages and no # Hits reported), you must use SkipFiles parameter. # Change : Effective for new updates only -# Example: "css js class gif jpg jpeg png bmp ico zip arj gz z wav mp3 wma mpg" +# Example: "css js class gif jpg jpeg png bmp ico rss xml swf zip arj gz z wav mp3 wma mpg" # Example: "" -# Default: "css js class gif jpg jpeg png bmp ico" +# Default: "css js class gif jpg jpeg png bmp ico rss xml swf" # -NotPageList="css js class gif jpg jpeg png bmp ico swf" +NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf" # By default, AWStats considers that records found in web log file are -- 2.47.3