From: eldy <>
Date: Wed, 9 Oct 2002 21:22:00 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_5_1_BETA~46
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4f414a2b4bf4220cc40615d947e5cdffeb8a05;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html
index 3660247b..8ee5c176 100644
--- a/docs/awstats_setup.html
+++ b/docs/awstats_setup.html
@@ -260,6 +260,10 @@ build all those pages in one command.
Note (2): filter can be a regexp on the full filenames you want awstats to present information about.
+Note (3): If you want to build a report for a particular month, add options -month=MM -year=YYYY.
+To build a report for full year (warning: This may use a lot of memory and CPU), add options -month=year -year=YYYY.
+
+
* Another solution is to view dynamically your statistics from a browser.
If you named your config file awstats.virtualhostname.conf, use URL:
http://www.myserver.mydomain/cgi-bin/awstats.pl?config=virtualhostname
@@ -267,7 +271,10 @@ where virtualhostname is used to know which config file to use (AWStats w
If you named your config file awstats.conf, just use URL:
http://www.myserver.mydomain/cgi-bin/awstats.pl
-Note: If AllowToUpdateStatsFromBrowser parameter is set to 1 in AWStats config/domain file,
+Note (1): All output command line options (except -staticlinks) are still available when using AWStats as a browser.
+Just use them as URL parameters like this example http://www.myserver.mydomain/cgi-bin/awstats.pl?month=MM&year=YYYY&output=unknownos
+
+Note (2): If AllowToUpdateStatsFromBrowser parameter is set to 1 in AWStats config/domain file,
you will also be able to run the update process from your browser. Just click on link "Update now".