From: eldy <> Date: Sun, 11 Nov 2007 20:30:23 +0000 (+0000) Subject: Update AWStats documentation X-Git-Tag: AWSTATS_6_8_BETA~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403e0922a52e6851146f583f6a43dbf87aaffa56;p=thirdparty%2FAWStats.git Update AWStats documentation --- diff --git a/docs/awstats_contrib.html b/docs/awstats_contrib.html index 56b91778..45738fb9 100644 --- a/docs/awstats_contrib.html +++ b/docs/awstats_contrib.html @@ -115,9 +115,15 @@ graphapplet

#
#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat" -
Plugin provided with AWStats (5.2+). +
Install: +
This plugin need AWStats 5.2 or higher and need Geo::IP Perl Module AND the Country database.
You can find Geo::IP Perl Module and get the free Country database or purchase the
Country licensed database, including updates, on Maxmind web site. +
This plugin is provided since AWStats 5.2 standard distribution. If requirements +are ok, just add the following line to your AWStats configuration file:
+LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"
+Where /pathto/GeoIP.dat is the full path where you stored your Country Database file. +
Note:
Plugins for Maxmind GeoIP City is also available (with free database).
Plugins for Maxmind GeoIP Region, GeoIP ISP and GeoIP Organization are also available (but databases are not free). @@ -152,6 +158,34 @@ put this file into your plugins directory and run it.
+  +
# Plugin: GeoIP_City_Maxmind +
# Perl modules required: Geo::IP (from Maxmind) +
# This plugin add a chart of hits by cities (with country and regions +
# informations for major countries). +
# Note: This plugin need Maxmind GeoIP Perl module AND the city database. +
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState +
# on Windows but it works great on Linux with default Perl. +
# You can get a free version or purchase a license from Maxmind to get/use the +
# full version including updates. +
# This plugin reduces AWStats speed. +
# +
#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat" + +
Install: +
This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database. +
You can find Geo::IP Perl Module and get the free City database or purchase the +
City licensed database, including updates, on Maxmind web site. +
This plugin is provided since AWStats 6.2 standard distribution. If requirements +are ok, just add the following line to your AWStats configuration file:
+LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
+Where /pathto/GeoIPCity.dat is the full path where you stored your City Database file. +By enabled this plugin, you will see a new link called 'Cities' on reports menu. For +the moment this link works only when AWStats reports are build as CGI (static built not yet +supported). + +
+
# Plugin: UserInfo
# Perl modules required: None
# Add a text (Firtname, Lastname, Office Department, ...) in authenticated user @@ -267,33 +301,6 @@ the moment this link works only when AWStats reports are build as CGI (static bu supported).
-  -
# Plugin: GeoIP_City_Maxmind -
# Perl modules required: Geo::IP (from Maxmind) -
# This plugin add a chart of hits by cities (with country and regions -
# informations for major countries). -
# Note: This plugin need Maxmind GeoIP Perl module AND the city database. -
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState -
# on Windows but it works great on Linux with default Perl. -
# You can get a free version or purchase a license from Maxmind to get/use the -
# full version including updates. -
# This plugin reduces AWStats speed. -
# -
#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat" - -
Install: -
This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database. -
You can find Geo::IP Perl Module and get the free City database or purchase the -
City licensed database, including updates, on Maxmind web site. -
This plugin is provided since AWStats 6.2 standard distribution. If requirements -are ok, just add the following line to your AWStats configuration file:
-LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
-Where /pathto/GeoIPCity.dat is the full path where you stored your City Database file. -By enabled this plugin, you will see a new link called 'Cities' on reports menu. For -the moment this link works only when AWStats reports are build as CGI (static built not yet -supported). -
-  
# Plugin: GeoIP_ISP_Maxmind
# Perl modules required: Geo::IP (from Maxmind)