From: eldy <>
Date: Sat, 19 Apr 2003 17:16:49 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_5_5_BETA~24
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f477aad7ca2dbef099aa99a1fdac7e5a75b78b0;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html
index ccb23286..27b37eff 100644
--- a/docs/awstats_faq.html
+++ b/docs/awstats_faq.html
@@ -104,11 +104,11 @@ FAQ-SEC200 How to manage log files (and statistics) corrupted b
FAQ-ABO100 : WHICH SERVER LOG FILES OR OS ARE SUPPORTED ?
AWStats can works with :
-- All web server able to write log file with a combined log format (XLF/ELF) like Apache,
+
|
@@ -148,19 +148,19 @@ See also F.A.Q.: LOG FORMAT SETUP OR ERRORS . FAQ-ABO200 : WHICH LANGUAGES ARE AVAILABLE ? -AWStats can make reports in 33 languages. This is a list of all of them, for last version, in +AWStats can make reports in 35 languages. This is a list of all of them, for last version, in alphabetical order (with the code you can use for Lang and ShowFlagLinks parameter) :
@@ -188,7 +188,8 @@ you have nothing to analyze and you should not be able to use AWStats. However, this is a trick that you can use to have a log file be build. You must add a tag to call a CGI script like pslogger into each of your web pages. This will allow you to have an artificial log file that can be analyzed by AWStats. -You can find a version of pslogger enhanced by AWStats auhtor here. +You can find a version of pslogger enhanced by AWStats author here, +otherwise pslogger official site is here. @@ -495,10 +496,10 @@ cronolog) but don't want to loose any visits information during the rotate proce SOLUTION: If you use a rotate system (internal web server feature or third software), this means you probably not use AWStats PurgeLogFile nor ArchiveLogRecords parameter. -* If your config file is setup to process current log file (because you want to use the AllowToUpdateStatsFromBrowser + -* If you choose (for security reason, to avoid CPU abuse on large web site or other) to make updates by your scheduler only on archive files, this means + @@ -538,9 +539,9 @@ I don't want to see my own IP address in the stats or I want to exclude counting SOLUTION: You must edit the config file to change the SkipHosts parameter. For example, to exclude: -- your own IP address 123.123.123.123, use SkipHosts="123.123.123.123" -- the whole subnet 123.123.123.xxx, use SkipHosts="123.123.123" -- all sub hosts xxx.myintranet.com, use SkipHosts=".myintranet.com" (This one works only if DNS lookup is already done in your + + + @@ -580,30 +581,48 @@ provided with AWStats distribution (This tools is an improved version of logr FAQ-COM250 : DIFFERENT RESULTS THAN OTHER ANALYZER PROBLEM: -I also use webalizer (or another log analyzer) and it doesn't report the same results than AWStats. Why ? +I also use Webalizer, Analog (or another log analyzer) and it doesn't report the same results than AWStats. Why ? SOLUTION: If you compare AWStats results with an other log file analyzer, you will found some differences, sometimes very important. In fact, all analyzer (even AWStats) make "over reporting" because of the problem of proxy-servers and robots. However AWStats is one the most accurate and its "over reporting" is very low where all other analyzers, even the most famous, have a very high error rate (10% to 2x more than reality). This is the most important reasons why you will find differences: -- Some dynamic pages generated by CGI programs are not counted by some analyzer (ie Webalizer) like -a "Page" (but only like a "Hit") if CGI prog has not a .cgi extension, so they are not included -correctly in their statistics. AWStats does not make this error and all CGI pages are pages. -- AWStats is the alone analyzer (that i know for the moment) able to detect robots visits. -All other analyzers think it's a human visitor. This error make them to report more visits and visitors -than reality. This does not happen with AWStats. When it tells "1 visitor", it means "1 human visitor". -All robots hits are reported in the "Robots/Spiders visitors" chart. -- A lot of analyzer (ie webalizer) use the "Hits" to count visitors. This is not a good way of working : + + + -There is also differences in log analyzers databases and algorithms that make details of results less or more accurate: -- AWStats has a larger browser, os and search engine database, so reports concerning this are more accurate. -- AWStats has url syntax rules to find keywords or keyphrases used to find your site, but AWStats has also + + + +AWStats has a larger browsers, os' and search engines database, so reports concerning this are more accurate. +AWStats has url syntax rules to find keywords or keyphrases used to find your site, but AWStats has also an algorithm to detect keywords of unknown search engines with unknown url syntax rule. @@ -750,11 +769,11 @@ With some other versions or browsers, page content is partialy loaded. SOLUTION: Problem was with WinXP and WinXPpro as documented at MS site Q317949; "Socket Sharing Creates Data Loss When Listen and Accept Occur on Different Processes" -Result was that MSIE would crash or display nothing. Netscaep and Opera handled the socket better but displayed the pages partially. -The efffect of the bug was more prononced as the page contents increased(above 30k). -http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949 +Result was that MSIE would crash or display nothing. Netscape and Opera handled the socket better but displayed the pages partially. +The effect of the bug was more prononced as the page contents increased (above 30k). +http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949 And also at Apache.org -http://www.apache.org/dist/httpd/binaries/win32/ +http://www.apache.org/dist/httpd/binaries/win32/ MS produced a Hotfix which is now included in SP1. @@ -886,8 +905,9 @@ responsible for the error. But if simply a "0" returns or some other error, this is an indication of your glibc beeing corrupt. ATTENTION: The only solution in this case might be to recompile your GLIBC. This can be a quite tricky task. Please consult the documentation and F.A.Q.s of your linux distribution first!! (experts: first -check your global compile flags, eg. march=Pentium4 < for almost sure, you will run into trouble). -NOTE: In some cases, this error might occour "suddenly", even though AWStats was aleady running +check your global compile flags, eg. march=Pentium4. Trying with other compile flags can solve problem +quickly in some cases. +NOTE: In some cases, this error might occour "suddenly", even though AWStats was already running perfect already. |