From: eldy <> Date: Sat, 27 Mar 2004 19:28:06 +0000 (+0000) Subject: Fixed doc error saying OnlyFiles and SkipFiles were not case sensitives. It depends... X-Git-Tag: AWSTATS_6_1_BETA~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8831337fbc787dfa9c3cb20de1246ba4270c502b;p=thirdparty%2FAWStats.git Fixed doc error saying OnlyFiles and SkipFiles were not case sensitives. It depends on URLNotCaseSensitive parameter. --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index c6ac6f19..cec580d8 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -782,7 +782,8 @@ when reading it), follow the example:

# 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: Use space between each value. This parameter is not case sensitive. +
# 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]" @@ -835,7 +836,8 @@ when reading it), follow the example:

# match a particular string, like a particular directory, you can add this
# directory name in this parameter.
# The opposite parameter of "OnlyFiles" is "SkipFiles". -
# Note: Use space between each value. This parameter is not case sensitive. +
# 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: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]" diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 7cbc2859..a6c89a7f 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -466,7 +466,8 @@ SkipUserAgents="" # 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: Use space between each value. This parameter is not case sensitive. +# 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]" @@ -510,7 +511,8 @@ OnlyUserAgents="" # match a particular string, like a particular directory, you can add this # directory name in this parameter. # The opposite parameter of "OnlyFiles" is "SkipFiles". -# Note: Use space between each value. This parameter is not case sensitive. +# 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: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"