From: eldy <> Date: Fri, 17 May 2002 03:47:02 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_4_1_BETA~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5865b7e117bc329dbb49b4e493f079428e1caa1;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index e06d9a36..f998c84a 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -540,15 +540,16 @@ reset all your statistics (see next FAQ) and restart all the update process for The best solution is to merge all split log files resulted from all your load balanced servers into one. For this, you can use the logresolvemerge tool provided with AWStats :
logresolvemerge.pl file1.log file2.log ... filen.log > newfiletoprocess.log
-And setup the LogFile parameter in your config file to process the newfiletoprocess.log file.
+And setup the LogFile parameter in your config file to process the newfiletoprocess.log file or use +the -logfile command line option to overwrite LogFile value.


FAQ-COM500 : HOW CAN I RESET ALL MY STATISTICS ?
PROBLEM: I want to reset all my statistics and restart my stats from now.
SOLUTION: -All analyzed data are stored by AWStats in files called awstatsMMYYYY.[site.]txt (one file each month). -You will find those files in directory defined by "DirData" parameter (same directory than awstats.pl by default).
+All analyzed data are stored by AWStats in files called awstatsMMYYYY.[site.]txt (one file each month). +You will find those files in directory defined by DirData parameter (same directory than awstats.pl by default).
To reset your stats for a month, you just have to delete the file for the required month/year.
To reset all your stats, delete all files awstats*.txt
Warning, if you delete those data files, you won't be able to recover your stats back, unless you kept old log files somewhere.