From: eldy <>
Date: Sun, 23 Nov 2003 22:41:52 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_6_0_BETA~70
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5778f374870a6cec098bf42d7d11c4cbefb1ec47;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 6efc32aa..dfdc01db 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -671,11 +671,9 @@ when reading it), follow the example:
PurgeLogFile
Version : 2.23+
-
# AWStats can purge log after processing it. By this way, the next time you
-
# launch AWStats, log file will be smaller and processing time will be better.
-
# IMPORTANT !!!
-
# AWStats is able to detect new lines in log file, to process only them, so
-
# you can launch AWStats as soon as you want, even with this parameter to 0.
+
# AWStats can purge log file, after analyzing it. Note that AWStats is able
+
# to detect new lines in a log file, to process only them, so you can launch
+
# AWStats as often as you want, even with this parameter to 0.
# With 0, no purge is made, so you must use a scheduled task or a web server
# that make this purge frequently.
# With 1, the purge of the log file is made each time AWStats is ran.
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index 10d525dd..c001bd80 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -384,11 +384,9 @@ BuildReportFormat=html
SaveDatabaseFilesWithPermissionsForEveryone=1
-# AWStats can purge log after processing it. By this way, the next time you
-# launch AWStats, log file will be smaller and processing time will be better.
-# IMPORTANT !!!
-# AWStats is able to detect new lines in log file, to process only them, so
-# you can launch AWStats as soon as you want, even with this parameter to 0.
+# AWStats can purge log file, after analyzing it. Note that AWStats is able
+# to detect new lines in a log file, to process only them, so you can launch
+# AWStats as often as you want, even with this parameter to 0.
# With 0, no purge is made, so you must use a scheduled task or a web server
# that make this purge frequently.
# With 1, the purge of the log file is made each time AWStats update is ran.