From: eldy <>
Date: Fri, 15 Aug 2003 00:03:56 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_5_7_RELEASE~4
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2348cd45bde60de5582336f009183c1587a0e7c;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index dd8149b8..26b3bcc6 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -703,19 +703,20 @@ when reading it), follow the example:
SkipFiles
Version : 1.0+ (5.6+ for REGEX syntax)
# Use SkipFiles to ignore access to URLs that match one of following entries.
-
# You can, with this option, add a list of not important frame pages (like
-
# menus, etc...) to exclude them from statistics.
-
# For example, to ignore a whole directory tree, just add "directorytoignore",
-
# to ignore "users" web site pages in your stats, you can add "/~".
+
# You can enter a list of not important URLs (like framed menus, hidden pages,
+
# etc...) to exclude them from statistics. You must enter here exact relative
+
# URL as found in log file or some REGEX values.
+
# For example, to ignore /badpage.html, just add "/badpage.html", to ignore
+
# all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
# The opposite parameter of "SkipFiles" is "OnlyFiles".
# Note: This parameter is not case sensitive.
# Note: Use space between each value and do not remove default values.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
-
# Example: "REGEX[robots\.txt$] REGEX[favicon\.ico$] /badpage.html /~"
-
# Default: "REGEX[robots\.txt$] REGEX[favicon\.ico$]"
+
# Example: "/badpage.html REGEX[^\/excludedirecotry]"
+
# Default: ""
#
-
SkipFiles="REGEX[robots\.txt$] REGEX[favicon\.ico$]"
+
SkipFiles=""
@@ -750,7 +751,7 @@ when reading it), follow the example:
# Note: Use space between each value and do not remove default values
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
-
# Example: "marketing_directory REGEX[office\/.*\.(csv|sxw)$]"
+
# Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
# Default: ""
#
OnlyFiles=""
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index 27644952..ec3b5df2 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -423,16 +423,17 @@ SkipUserAgents=""
# Use SkipFiles to ignore access to URLs that match one of following entries.
-# You can, with this option, add a list of not important frame pages (like
-# menus, etc...) to exclude them from statistics.
-# For example, to ignore a whole directory tree, just add "directorytoignore",
-# to ignore "users" web site pages in your stats, you can add "REGEX[^/~]".
+# You can enter a list of not important URLs (like framed menus, hidden pages,
+# etc...) to exclude them from statistics. You must enter here exact relative
+# URL as found in log file or some REGEX values.
+# For example, to ignore /badpage.html, just add "/badpage.html", to ignore
+# all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
# The opposite parameter of "SkipFiles" is "OnlyFiles".
# Note: This parameter is not case sensitive.
# Note: Use space between each value and do not remove default values.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
-# Example: "/badpage.html REGEX[^/~]"
+# Example: "/badpage.html REGEX[^\/excludedirecotry]"
# Default: ""
#
SkipFiles=""
@@ -464,7 +465,7 @@ OnlyHosts=""
# Note: Use space between each value and do not remove default values
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
-# Example: "marketing_directory REGEX[office\/.*\.(csv|sxw)$]"
+# Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
# Default: ""
#
OnlyFiles=""