From: eldy <>
Date: Fri, 19 Sep 2003 21:57:31 +0000 (+0000)
Subject: Update documentation
X-Git-Tag: AWSTATS_5_9_BETA~23
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc130c71524966a995eeae935332321ccac97aa;p=thirdparty%2FAWStats.git
Update documentation
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 4b5bcd73..850b73cd 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -57,6 +57,7 @@ when reading it), follow the example:
SiteDomain
HostAliases
AllowToUpdateStatsFromBrowser
+AllowFullYearView
@@ -484,6 +485,24 @@ when reading it), follow the example:
+AllowFullYearView
+Version : 5.9+
+
# AWStats save and sort its database on a month basis, this allows to build
+
# build a report quickly. However, if you choose the -month=all from command
+
# lien or the month='---' from CGI form to have a report for all year, AWStats
+
# need to reload all data for full year, and resort them completely, requiring
+
# a large amount of memory and CPU. This might be a problem for web hosting
+
# providers that offer AWStats for large sites on shared servers to non CPU
+
# cautious customers.
+
# For this reason, the 'full year' is only enable on Command Line by default.
+
# You can change this by setting this parameter to 0, 1 or 2.
+
# Possible values: 0 (never allowed), 1 (on CLI only), 2 (on CLI and CGI)
+
# Default: 1
+
#
+
AllowFullYearView=1
+
+
+
EnableLockForUpdate
Version : 5.0+
# When the update process run, AWStats can set a lock file in TEMP or TMP
@@ -1353,7 +1372,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
# Stats for keywords
MaxNbOfKeywordsShown = 10
MinHitKeyword = 1
-
# Stats for emails
+
# Stats for sender or receiver emails
MaxNbOfEMailsShown = 20
MinHitEMail = 1
@@ -1474,7 +1493,7 @@ parameter.
Bar...
Version : 1.0+
-
# Value of maximum bar width/heigth for horizontal/vertical graphics bar
+
# Value of maximum bar width/height for horizontal/vertical HTML graphics bar.
# Default: 260/90
#
BarWidth = 260
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index d970b41d..b9bc327d 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -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