From: eldy <> Date: Sat, 13 Jul 2002 11:30:36 +0000 (+0000) Subject: Updated documentation X-Git-Tag: AWSTATS_5_0_BETA~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2c8e7bf7c44a18d182a5237cfbadbe08dca88b;p=thirdparty%2FAWStats.git Updated documentation --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index ac31b395..e5aceb7e 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -633,9 +633,11 @@ it with its value when reading it), follow the example:
Version : 3.2 +

# Keep or attach the query string to the URL in the statistics for individual
# pages. This is primarily used to differentiate between the URLs of dynamic -
# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as -
# two different pages. Warning, when set to 1, memory required to run AWStats -
# is doubled. Try to avoid using this parameter on very large web sites. +
# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two +
# different pages. +
# Warning, when set to 1, memory required to run AWStats is dramatically +
# increased if you have a lot of changing URLs (for example URLs with a random +
# id inside). Such web sites should not set this option to 1.
# Possible values:
# 0 - URLs are cleaned from the query string (ie: "/mypage.html")
# 1 - Full URL with query string is used (ie: "/mypage.html?x=y") diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 2ea398d5..07faf367 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -336,9 +336,11 @@ ValidHTTPCodes="200 304" # Keep or attach the query string to the URL in the statistics for individual # pages. This is primarily used to differentiate between the URLs of dynamic -# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as -# two different pages. Warning, when set to 1, memory required to run AWStats -# is doubled. Try to avoid using this parameter on very large web sites. +# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two +# different pages. +# Warning, when set to 1, memory required to run AWStats is dramatically +# increased if you have a lot of changing URLs (for example URLs with a random +# id inside). Such web sites should not set this option to 1. # Possible values: # 0 - URLs are cleaned from the query string (ie: "/mypage.html") # 1 - Full URL with query string is used (ie: "/mypage.html?x=y")