From: eldy <>
Date: Wed, 18 Sep 2002 22:53:36 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_5_0_BETA~27
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d604feb3a2a8c640c45dae92955f1033585b9cc;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_what.html b/docs/awstats_what.html
index 1a008ea9..b6ddb167 100644
--- a/docs/awstats_what.html
+++ b/docs/awstats_what.html
@@ -40,28 +40,32 @@
A full log analysis enables AWStats to show you the following information:
* Number of visits, and number of unique visitors,
* Visits duration and last visits,
- * Authenticated users,
+ * Authenticated users, and last authenticated visits,
* Days of week and rush hours (pages, hits, KB for each hour and day of week),
- * Hosts names and/or unresolved IP addresses (with 'WhoIs' link),
* Domains/countries of hosts visitors (pages, hits, KB, 259 domains/countries detected),
+ * Hosts list, last visits and unresolved IP addresses list,
* Most viewed, entry and exit pages,
* Files type,
* Web compression statistics (for mod_gzip),
- * Browsers used (pages, hits, KB for each browser, each version, 74 browsers: Web, Wap, Media browsers...),
+ * Browsers used (pages, hits, KB for each browser, each version, 75 browsers: Web, Wap, Media browsers...),
* OS used (pages, hits, KB for each OS, 29 OS detected),
- * Visits of robots (287 robots detected),
+ * Visits of robots (295 robots detected),
* Search engines, keyphrases and keywords used to find your site (The 63 most famous search engines are detected like yahoo, google, altavista, etc...),
* HTTP errors (Page Not Found with last referrer, ...),
AWStats also supports the following features:
- * Can analyze a lot of log formats: Apache NCSA combined log files (XLF/ELF) or common (CLF), IIS log files (W3C), WebStar native log files and other web, proxy or wap servers log files (but also ftp, syslog or mail log files). See AWStats F.A.Q. for examples.
+ * Can analyze a lot of log formats: Apache NCSA combined log files (XLF/ELF) or common (CLF), IIS log files (W3C),
+ WebStar native log files and other web, proxy or wap servers log files (but also ftp, syslog or mail log files). See AWStats F.A.Q. for examples.
* Works from command line and from a browser as a CGI (with dynamic filters capabilities for some charts),
- * Update of statistics can be made from a web browser and not only from a scheduler,
+ * Update of statistics can be made from a web browser and not only from your scheduler,
* Unlimited log file size, support split log files (load balancing system),
+ * Support 'nearly sorted' log files even for entry and exit pages,
* Reverse DNS lookup before or during analysis, support DNS cache files,
+ * WhoIS links,
* A lot of options/filters and plugins can be used,
* Multi-named web sites supported (virtual servers, great for web-hosting providers),
+ * Cross Site Scripting Attacks protection,
* Several languages. See AWStats F.A.Q. for full list.
* No need of rare perl libraries. All basic perl interpreters can make AWStats working,
* Graphical and framed reports,
@@ -73,7 +77,7 @@
Requirements:
To use AWStats, you need the following requirements:
- * Your server must log web access in log files you can read.
+ * Your server must log web access in a log file you can read.
* You must be able to run perl scripts (.pl files) from command line and/or as CGI.
If not, you can solve this by downloading last Perl version at ActivePerl (Win32) or Perl.com (Unix/Linux/Other).
See AWStats F.A.Q. to have examples of supported OS and Web servers.