]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Sat, 13 Jul 2002 11:30:36 +0000 (11:30 +0000)
committereldy <>
Sat, 13 Jul 2002 11:30:36 +0000 (11:30 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index ac31b3958456a1aff32ed91317b2cbbddf5d1da9..e5aceb7e4eb403b8bf95e6ca117ad721fd7b9a32 100644 (file)
@@ -633,9 +633,11 @@ it with its value when reading it), follow the example:<br>
 <b>Version : </b>3.2 +<br>\r
 <br># Keep or attach the query string to the URL in the statistics for individual\r
 <br># pages. This is primarily used to differentiate between the URLs of dynamic\r
-<br># pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as\r
-<br># two different pages. Warning, when set to 1, memory required to run AWStats\r
-<br># is doubled. Try to avoid using this parameter on very large web sites.\r
+<br># pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two\r
+<br># different pages.\r
+<br># Warning, when set to 1, memory required to run AWStats is dramatically\r
+<br># increased if you have a lot of changing URLs (for example URLs with a random\r
+<br># id inside). Such web sites should not set this option to 1.\r
 <br># Possible values:\r
 <br># 0 - URLs are cleaned from the query string (ie: "/mypage.html")\r
 <br># 1 - Full URL with query string is used     (ie: "/mypage.html?x=y")\r
index 2ea398d540d282c65de8d5d4fac4326e4dc57073..07faf36792832ac27be7790c710167e767b895b7 100644 (file)
@@ -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")