From: eldy <> Date: Sun, 21 Mar 2004 00:13:18 +0000 (+0000) Subject: Count of "add to favourites" exclude hits on favicon if there is no referer. X-Git-Tag: AWSTATS_6_1_BETA~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c56540719a5620cdf0318fda113e449d02833e;p=thirdparty%2FAWStats.git Count of "add to favourites" exclude hits on favicon if there is no referer. --- diff --git a/docs/awstats_glossary.html b/docs/awstats_glossary.html index 17a82e67..fe7cfc32 100644 --- a/docs/awstats_glossary.html +++ b/docs/awstats_glossary.html @@ -101,8 +101,8 @@ of times a visitor has added your web site into its favourite bookmarks.
The technical rules for that is the following formula:
Number of Add to Favourites = round((x+y) / r)
where
-x = Number of hits made by IE browsers for "/anydir/favicon.ico" with no 404 error
-y = Number of hits made by IE browsers for "/favicon.ico" (with or without 404 error)
+x = Number of hits made by IE browsers for "/anydir/favicon.ico", with a referer field not defined, and with no 404 error code
+y = Number of hits made by IE browsers for "/favicon.ico", with a referer field not defined, with or without 404 error code
r = Ratio of hits made by IE browsers compared to hits made by all browsers (r <= 1)

As you can see in formula, only IE is used to count reliable "add", the "Add to favourites" @@ -116,8 +116,8 @@ of path.

-HTTP Status Codes:
-HTTP status codes are returned by web servers to indicate the status of a request. +
HTTP Status Codes:
+HTTP status codes are returned by web servers to indicate the status of a request. Codes 200 and 304 are used to tell the browser the page can be viewed. All other codes generates hits and traffic 'not seen' by the visitor. For example a return code 301 or 302 will tell the browser to ask another page. The browser will do another hit @@ -127,291 +127,291 @@ enabled by the directives
ShowHTTPErrorsStats in config file. You can also change value for 'not error' hits (set by default to 200 and 304 with the ValidHTTPcodes directive. The following table outlines all status codes defined for the HTTP/1.1 draft specification -outlined in IETF rfc 2068.
+outlined in IETF rfc 2068.
They are 3-digit codes where the first digit of this code identifies the class of the status -code and the remaining 2 digits correspond to the specific condition within the response class. -They are classified in 5 categories:
-