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"