From: eldy <> Date: Thu, 26 Sep 2002 13:45:30 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_0_RELEASE~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3d58be98f8dfca2dd35e70a6c7c8629f66c107;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html index f8d29ab6..bc750b07 100644 --- a/docs/awstats_setup.html +++ b/docs/awstats_setup.html @@ -215,7 +215,7 @@ To see results of analyze, you have several solutions depending on your perl awstats.pl -config=virtualhostname -output -staticlinks > awstats.virtualhostname.html

You can also use all other output options (each of them give you another report). -This is how to use all other possible output options:
+This is how to use all other possible output options(1) :
perl awstats.pl -config=virtualhostname -output=monthdayvalues -staticlinks > awstats.virtualhostname.monthdayvalues.html
perl awstats.pl -config=virtualhostname -output=allhosts -staticlinks > awstats.virtualhostname.allhosts.html
perl awstats.pl -config=virtualhostname -output=lasthosts -staticlinks > awstats.virtualhostname.lasthosts.html
@@ -225,11 +225,11 @@ This is how to use all other possible output options:
perl awstats.pl -config=virtualhostname -output=allrobots -staticlinks > awstats.virtualhostname.allrobots.html
perl awstats.pl -config=virtualhostname -output=lastrobots -staticlinks > awstats.virtualhostname.lastrobots.html
perl awstats.pl -config=virtualhostname -output=urldetail -staticlinks > awstats.virtualhostname.urldetail.html
-perl awstats.pl -config=virtualhostname -output=urldetail:filter -staticlinks > awstats.virtualhostname.urldetailfiltered.html
+perl awstats.pl -config=virtualhostname -output=urldetail:filter(2) -staticlinks > awstats.virtualhostname.urldetailfiltered.html
perl awstats.pl -config=virtualhostname -output=urlentry -staticlinks > awstats.virtualhostname.urlentry.html
-perl awstats.pl -config=virtualhostname -output=urlentry:filter -staticlinks > awstats.virtualhostname.urlentryfiltered.html
+perl awstats.pl -config=virtualhostname -output=urlentry:filter(2) -staticlinks > awstats.virtualhostname.urlentryfiltered.html
perl awstats.pl -config=virtualhostname -output=urlexit -staticlinks > awstats.virtualhostname.urlexit.html
-perl awstats.pl -config=virtualhostname -output=urlexit:filter -staticlinks > awstats.virtualhostname.urlexitfiltered.html
+perl awstats.pl -config=virtualhostname -output=urlexit:filter(2) -staticlinks > awstats.virtualhostname.urlexitfiltered.html
perl awstats.pl -config=virtualhostname -output=browserdetail -staticlinks > awstats.virtualhostname.browserdetail.html
perl awstats.pl -config=virtualhostname -output=unknownbrowsers -staticlinks > awstats.virtualhostname.unknownbrowsers.html
perl awstats.pl -config=virtualhostname -output=unknownos -staticlinks > awstats.virtualhostname.unknownos.html
@@ -239,9 +239,11 @@ This is how to use all other possible output options:
perl awstats.pl -config=virtualhostname -output=keywords -staticlinks > awstats.virtualhostname.keywords.html
perl awstats.pl -config=virtualhostname -output=errors404 -staticlinks > awstats.virtualhostname.errors404.html

-Note: If you prefer, you can use
awstats_buildstaticpages tool to +Note (1): If you prefer, you can use awstats_buildstaticpages tool to 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.
+
* 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