]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update documentation
authoreldy <>
Fri, 19 Sep 2003 21:57:31 +0000 (21:57 +0000)
committereldy <>
Fri, 19 Sep 2003 21:57:31 +0000 (21:57 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index 4b5bcd73b5800a7142366e8e341ed7654402f5ff..850b73cd26ccb6f7e9632af2bc4809f100a7b41b 100644 (file)
@@ -57,6 +57,7 @@ when reading it), follow the example:<br>
 <li><a href="#SiteDomain">SiteDomain</a>
 <li><a href="#HostAliases">HostAliases</a>
 <li><a href="#AllowToUpdateStatsFromBrowser">AllowToUpdateStatsFromBrowser</a>
+<li><a href="#AllowFullYearView">AllowFullYearView</a>
 </ul>
 
 
@@ -484,6 +485,24 @@ when reading it), follow the example:<br>
 
 <br><br><hr>
 
+<a name="AllowFullYearView"><b>AllowFullYearView</b></a><br>
+<b>Version : </b>5.9+<br>
+<br># AWStats save and sort its database on a month basis, this allows to build
+<br># build a report quickly. However, if you choose the -month=all from command
+<br># lien or the month='---' from CGI form to have a report for all year, AWStats
+<br># need to reload all data for full year, and resort them completely, requiring
+<br># a large amount of memory and CPU. This might be a problem for web hosting
+<br># providers that offer AWStats for large sites on shared servers to non CPU
+<br># cautious customers.
+<br># For this reason, the 'full year' is only enable on Command Line by default.
+<br># You can change this by setting this parameter to 0, 1 or 2.
+<br># Possible values: 0 (never allowed), 1 (on CLI only), 2 (on CLI and CGI)
+<br># Default: 1
+<br>#
+<br>AllowFullYearView=1
+
+<br><br><hr>
+
 <a name="EnableLockForUpdate"><b>EnableLockForUpdate</b></a><br>
 <b>Version : </b>5.0+<br>
 <br># When the update process run, AWStats can set a lock file in TEMP or TMP
@@ -1353,7 +1372,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
 <br># Stats for keywords
 <br>MaxNbOfKeywordsShown = 10
 <br>MinHitKeyword  = 1
-<br># Stats for emails
+<br># Stats for sender or receiver emails
 <br>MaxNbOfEMailsShown = 20
 <br>MinHitEMail = 1
 
@@ -1474,7 +1493,7 @@ parameter.
 
 <a name="Bar"><b>Bar...</b></a><br>
 <b>Version : </b>1.0+<br>
-<br># Value of maximum bar width/heigth for horizontal/vertical graphics bar
+<br># Value of maximum bar width/height for horizontal/vertical HTML graphics bar.
 <br># Default: 260/90
 <br>#
 <br>BarWidth   = 260
index d970b41dd4d32c76d399a102bdef49524437f530..b9bc327df442e653004b531a737b1aed80e928d4 100644 (file)
@@ -646,7 +646,7 @@ ErrorMessages=""
 
 
 # AWStat can be run with debug=x parameter to ouput various informations
-# to help in debugging or solving troubles. If you wand (in most cases for 
+# to help in debugging or solving troubles. If you want (in most cases for 
 # security reasons) to disable debugging, set this parameter to 0.
 # Change : Effective immediatly
 # Possible values: 0 or 1
@@ -913,9 +913,9 @@ AddDataArrayShowHoursStats=1
 
 
 # Following parameter can be used to choose maximum number of lines shown for
-# each particular reporting.
+# the particular following report.
 #
-# Stats by domains
+# Stats by countries/domains
 MaxNbOfDomain = 10
 MinHitDomain  = 1
 # Stats by hosts
@@ -948,7 +948,7 @@ MinHitKeyphrase = 1
 # Stats for keywords
 MaxNbOfKeywordsShown = 10
 MinHitKeyword = 1
-# Stats for emails
+# Stats for sender or receiver emails
 MaxNbOfEMailsShown = 20
 MinHitEMail   = 1
 
@@ -1037,7 +1037,7 @@ Logo="awstats_logo6.png"
 LogoLink="http://awstats.sourceforge.net"
 
 
-# Value of maximum bar width/height for horizontal/vertical graphics bar
+# Value of maximum bar width/height for horizontal/vertical HTML graphics bar.
 # Default: 260/90
 #
 BarWidth   = 260