]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sun, 23 Nov 2003 22:41:52 +0000 (22:41 +0000)
committereldy <>
Sun, 23 Nov 2003 22:41:52 +0000 (22:41 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index 6efc32aa98f17b836b4ebdb69749c7bb9485b095..dfdc01db21b8a8f9bcccb16ab7d079bdfe1e19f5 100644 (file)
@@ -671,11 +671,9 @@ when reading it), follow the example:<br>
 
 <a name="PurgeLogFile"><b>PurgeLogFile</b></a><br>
 <b>Version : </b>2.23+<br>
-<br># AWStats can purge log after processing it. By this way, the next time you
-<br># launch AWStats, log file will be smaller and processing time will be better.
-<br># IMPORTANT !!!
-<br># AWStats is able to detect new lines in log file, to process only them, so
-<br># you can launch AWStats as soon as you want, even with this parameter to 0.
+<br># AWStats can purge log file, after analyzing it. Note that AWStats is able
+<br># to detect new lines in a log file, to process only them, so you can launch
+<br># AWStats as often as you want, even with this parameter to 0.
 <br># With 0, no purge is made, so you must use a scheduled task or a web server
 <br># that make this purge frequently.
 <br># With 1, the purge of the log file is made each time AWStats is ran.
index 10d525ddc6f39269970abc708d661bda3f668df5..c001bd80891c31ce4915fc34c9128f5b5602cb0f 100644 (file)
@@ -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.