From: eldy <> Date: Wed, 11 Sep 2002 22:50:41 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_0_BETA~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419d06868974a4cfda3e89bf2709080b316b5dd2;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index d79418d9..ba0c8bd7 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -118,15 +118,16 @@ and proxy server log files. Some FTP servers are also supported.
The only requirement is "Your log file must contain required information".
This is example of possible log format:
-Apache combined log format (known as NCSA combined log format or XLF or ELF format) (See FAQ for this format)
+Apache combined log format (known as NCSA combined log format or XLF or ELF format)
IIS 5.0+ log format (known as W3C format)
Webstar native log format
ProFTP server
-...
+A lot of web/wap/proxy servers log format
Apache common log format (AWStats can now analyze such log files but such log files does not contain all information AWStats is looking for. The problem is in the content, not in the format). I think analyzing common log files is not interesting because there is a lot of missing information: no way to filter robots, find search engines, keywords, os, browser. -But a lot of users asked me for it, so AWStats support it. However, a lot of interesting advanced features can't work: browsers, os's, keywords, robot detection...). +But a lot of users asked me for it, so AWStats support it. +However, a lot of interesting advanced features can't work: browsers, os's, keywords, robot detection...).

See also F.A.Q.: LOG FORMAT SETUP OR ERRORS .

diff --git a/docs/awstats_security.html b/docs/awstats_security.html index ac139204..073743db 100644 --- a/docs/awstats_security.html +++ b/docs/awstats_security.html @@ -119,6 +119,7 @@ require valid-user

Then edit each config/domain file you want to be protected to set AllowAccessFromWebToAuthenticatedUsersOnly to 1.
You can also edit list of authorized users in the AllowAccessFromWebToFollowingAuthenticatedUsers parameter.
+You can also specify a range of allowed browsers IP Addresses with the AllowAccessFromWebToFollowingIPAddresses parameter.

Other tip: If you define AWSTATS_CONFIG environment variable in your web server environment (Adding SetEnv AWSTATS_CONFIG myconfigvalueformydomain with other directives in your Apache VirtualHost config), AWStats @@ -137,7 +138,7 @@ Setup is very easy (No need of particular setup). Statistics are dynamic.
No way to prevent stats for config/domain to be seen by a user that known the config/domain name and the url syntax to see stats of a particular config/domain.
How:
-No particular things to do.
+No particular things to do (You can however use AllowAccessFromWebToFollowingIPAddresses parameter).