]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Doc: Added feedbacks found from http://www.antezeta.com/awstats.html
authoreldy <>
Wed, 23 Nov 2005 20:36:51 +0000 (20:36 +0000)
committereldy <>
Wed, 23 Nov 2005 20:36:51 +0000 (20:36 +0000)
docs/awstats_extra.html
docs/awstats_faq.html

index a599adddd528fe0288443a887a18e838c9475313..e0a12545d19f4248ecd21f8e063395fa789c71b0 100644 (file)
@@ -66,6 +66,8 @@ Following examples are precious tutorials...<br>
 <li><a href="#domainaliases">Example 5: Tracking most requested domain aliases</a><br>
 <li><a href="#level2dir">Example 6: List of top level 2 path under a directory /mydir</a><br>
 <br>
+And for more usage examples (like more precise Search Engine Optimization, referrals by domain, ...),
+you can have a look at the very good page <a href="http://www.antezeta.com/awstats.html">Antezeta AWStats Enhancements and Extensions page</a>.<br>
 <br>
 
 <br>
index ab5a2323f1be74f94a108ac54ef20c6013611863..8c1d42fbbe3edf07add934f530781c564a19ca91 100644 (file)
@@ -1284,6 +1284,17 @@ to get your statistics back.<br>
 How can I compile and build statistics on a daily basis. I mean i want to have a full report
 with all charts with data for a particular day only and want one report for each day of month.<br>
 <font class=CSolution>SOLUTION:</font><br>
+<b>If you use version 6.5 or higher:</b><br>
+What you can do is rerun the update process by adding the parameter -databasebreak=hour or -databasebreak=day.
+No option is same than -databasebreak=month, the default and old behaviour of AWStats.<br>
+Using this hidden option will ask AWStats to build a different database file for each break,
+this means that several reports are done for each hour or day.<br>
+To call a report add same option -databasebreak=hour or -databasebreak=day with option -output
+when AWStats report is staticaly built from command line or add &amp;databasebreak=hour or
+&amp;databasebreak=day if AWStats is called as a CGI.<br>
+This feature is recent so may have results not completely reliable, that's why it is not yet
+fully documented.<br>
+<b>If you use version 6.4 or older:</b><br>
 This is an non documented and not supported trick, as this is not the standard way of working:<br>
 First, run the update process at midnight (or on a log file that was rotated at midnight so that
 it contains only data for this particular day (you can choose another hour in night if you want