]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Fri, 17 May 2002 03:47:02 +0000 (03:47 +0000)
committereldy <>
Fri, 17 May 2002 03:47:02 +0000 (03:47 +0000)
docs/awstats_faq.html

index e06d9a3680ebeaba3177d87b74421d73e062bdce..f998c84a071d45709deefebb42125aaf7a498e7c 100644 (file)
@@ -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\r
 the <a href="awstats_config.html#logresolvemerge">logresolvemerge</a> tool provided with AWStats :<br>\r
 <i>logresolvemerge.pl file1.log file2.log ... filen.log > newfiletoprocess.log</i><br>\r
-And setup the <i>LogFile</i> parameter in your config file to process the <i>newfiletoprocess.log</i> file.<br>\r
+And setup the <a href="awstats_config.html#LogFile">LogFile</a> parameter in your config file to process the <i>newfiletoprocess.log</i> file or use\r
+the <i>-logfile</i> command line option to overwrite <a href="awstats_config.html#LogFile">LogFile</a> value.<br>\r
 <br>\r
 \r
 <a name="RESET"></a><br>\r
 <b><u>FAQ-COM500 : HOW CAN I RESET ALL MY STATISTICS ?</u></b><br>\r
 <font class=CProblem>PROBLEM:</font> I want to reset all my statistics and restart my stats from now.<br>\r
 <font class=CSolution>SOLUTION:</font> \r
-All analyzed data are stored by AWStats in files called awstatsMMYYYY.[site.]txt (one file each month).\r
-You will find those files in directory defined by "DirData" parameter (same directory than awstats.pl by default).<br>\r
+All analyzed data are stored by AWStats in files called <i>awstatsMMYYYY.[site.]txt</i> (one file each month).\r
+You will find those files in directory defined by <a href="awstats_config.html#DirData">DirData</a> parameter (same directory than awstats.pl by default).<br>\r
 To reset your stats for a month, you just have to delete the file for the required month/year.<br>\r
 To reset all your stats, delete all files awstats*.txt<br>\r
 Warning, if you delete those data files, you won't be able to recover your stats back, unless you kept old log files somewhere.\r