From 26e14b7399539358f88feec7ee08e9657dfbae85 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Mon, 9 Sep 2002 15:08:25 +0000 Subject: [PATCH] Updated documentation. --- docs/awstats_setup.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html index 7b4b5a59..9315ad4a 100644 --- a/docs/awstats_setup.html +++ b/docs/awstats_setup.html @@ -189,7 +189,7 @@ See Benchmark page for more accurate inform

-* Then, new updates should be made from an automatic (command is same than first process)
+* Then, new updates should be made from an automatic process (command is same than first process).
You can add instructions in your crontab (Unix/Linux) or your task scheduler (for Windows), to launch frequently this Awstats update process.
For sites with:
@@ -220,8 +220,14 @@ This is how to use all other possible output options:
perl awstats.pl -config=virtualhostname -output=allhosts -staticlinks > awstats.virtualhostname.allhosts.html
perl awstats.pl -config=virtualhostname -output=lasthosts -staticlinks > awstats.virtualhostname.lasthosts.html
perl awstats.pl -config=virtualhostname -output=unknownip -staticlinks > awstats.virtualhostname.unknownip.html
+perl awstats.pl -config=virtualhostname -output=alllogins -staticlinks > awstats.virtualhostname.alllogins.html
+perl awstats.pl -config=virtualhostname -output=lastlogins -staticlinks > awstats.virtualhostname.lastlogins.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=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=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=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
@@ -234,11 +240,10 @@ This is how to use all other possible output options:
Note: If you prefer, you can use awstats_buildstaticpages tool to build all those pages in one command.

-* If you prefer, you can also view dynamically your statistics from a browser.
+* 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
-where virtualhostname is used to know which config file to use (AWStats -will use awstats.virtualhostname.conf file).
+where virtualhostname is used to know which config file to use (AWStats will use awstats.virtualhostname.conf file).
If you named your config file awstats.conf, just use URL:
http://www.myserver.mydomain/cgi-bin/awstats.pl

-- 2.47.3