<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>
<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
<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
<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
# 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
# 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
# Stats for keywords
MaxNbOfKeywordsShown = 10
MinHitKeyword = 1
-# Stats for emails
+# Stats for sender or receiver emails
MaxNbOfEMailsShown = 20
MinHitEMail = 1
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