From: eldy <>
Date: Tue, 2 Mar 2004 21:20:02 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_6_1_BETA~92
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4517a1dc67e17c06cf77f1d9db91a4709fda0308;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html
index 1f59c036..2fb51b60 100644
--- a/docs/awstats_faq.html
+++ b/docs/awstats_faq.html
@@ -83,6 +83,7 @@ FAQ-SET280 Error "Not same number of records of...".Error "Couldn't open file ..."
FAQ-SET320 Error "Malformed UTF-8 character (unexpected..."
FAQ-SET350 Empty or null statistics reported.
+FAQ-SET360 Statistics reported except for os, browsers, robots and keywords/keyphrases.
FAQ-SET400 Pipe redirection to a file give me an empty file.
FAQ-SET450 No pictures/graphics shown.
FAQ-SET700 My visits are doubled for old month I migrated from 3.2 to 5.x
@@ -1293,7 +1294,6 @@ This problem appeared with RedHat 8 and Perl 5.8.
I don't know if RedHat provides a fix for this, but some users had reported that you can
remove thoose warmless messages by changing your LANG environment variable, removing
the ".UTF-8" at the end. For example, set LANG="en_US" instead of LANG="en_US.UTF8"
-
@@ -1331,6 +1331,24 @@ all files that are not the config file(s) you need (awstats.conf files, if found
It is better to use a config file called awstats.mydomain.conf).
+
+FAQ-SET360 : STATISTICS REPORTED EXCEPT FOR OS, BROWSERS, ROBOTS AND KEYWORDS/KEYPHRASES
+PROBLEM:
+AWStats seems to report my statistics however some charts, like robots, os', browsers, search engines,
+or keywords/keyphrases are empty.
+SOLUTION:
+If only robots, search engines or keywords/keyphrases are empty, this simply means your web site was not
+yet visited by any robots and noone found your site using a search engines (this happens particularly
+for Intranet which are not referenced on search engines).
+If all of them are empty or with only unknown values, even after several updates, this probably means
+that your logfile does not contains all informations, this happens with Apache when using the
+standard "common" log format instead of the standard "combined" log format.
+You may also use LogFormat=4 into your AWStats config files instead of 1.
+Read AWStats setup documentation to known how to setup your Apache Web server to report logs in
+a "combined" log format then set LogFormat=1 into your
+AWStats config file.
+
+
FAQ-SET400 : PIPE REDIRECTION TO A FILE GIVE ME AN EMPTY FILE
PROBLEM: