From: eldy <> Date: Sun, 27 Mar 2005 14:43:21 +0000 (+0000) Subject: Updated documentation X-Git-Tag: AWSTATS_WEBMIN_1_6_BETA~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdcb856eaf6f53992bf3e5e1478aef0f18e0ebbd;p=thirdparty%2FAWStats.git Updated documentation --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index acecd960..e51fdca7 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -792,15 +792,16 @@ when reading it), follow the example:

# Use SkipFiles to ignore access to URLs that match one of following entries.
# 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 a matching REGEX value. -
# For example, to ignore /badpage.html, just add "/badpage.html". To ignore -
# all pages in a particular directory, add "REGEX[^\/directorytoexclude]". +
# URL as found in log file, or a matching REGEX value. Check apply on URL with +
# all its query paramaters. +
# For example, to ignore /badpage.php, just add "/badpage.php". To ignore all +
# pages in a particular directory, add "REGEX[^\/directorytoexclude]".
# The opposite parameter of "SkipFiles" is "OnlyFiles".
# Note: Use space between each value. This parameter is or not case sensitive
# depending on URLNotCaseSensitive parameter.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only -
# Example: "/badpage.html REGEX[^\/excludedirectory]" +
# Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]"
# Default: ""
#
SkipFiles="" diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 58fa5c2d..e5006d8b 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -480,15 +480,16 @@ SkipUserAgents="" # Use SkipFiles to ignore access to URLs that match one of following entries. # 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 a matching REGEX value. -# For example, to ignore /badpage.html, just add "/badpage.html". To ignore +# URL as found in log file, or a matching REGEX value. Check apply on URL +# with all its query paramaters. +# For example, to ignore /badpage.php, just add "/badpage.php". To ignore # all pages in a particular directory, add "REGEX[^\/directorytoexclude]". # The opposite parameter of "SkipFiles" is "OnlyFiles". # Note: Use space between each value. This parameter is or not case sensitive # depending on URLNotCaseSensitive parameter. # Note: You can use regular expression values writing value with REGEX[value]. # Change : Effective for new updates only -# Example: "/badpage.html REGEX[^\/excludedirectory]" +# Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]" # Default: "" # SkipFiles=""