]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Fri, 28 Mar 2003 21:32:22 +0000 (21:32 +0000)
committereldy <>
Fri, 28 Mar 2003 21:32:22 +0000 (21:32 +0000)
wwwroot/cgi-bin/awstats.model.conf

index a92544c8f2b2fd07928080076f53f6b257641edd..7706e8ed84342ba30ff3e294dd926bbea75f6a75 100644 (file)
@@ -1061,22 +1061,22 @@ color_x="C1B2E2"                                # Background color for number of exit pages (Default = "C1B2
 #LoadPlugin="timezone +2"
 
 # Plugin: GeoIPfree
-# Perl modules required: Geo::IPfree (Free, but slower than Geo::IP)
+# Perl modules required: Geo::IPfree (at least version 0.2)
 # Country chart is built from an Internet IP-Country database. Do not use this
 # plugin for an intranet.
-# Note: You must choose between using GeoIP plugin (requiring not free GeoIP
-# Perl module from Maxmind) or GeoIPFree plugin (free but slower).
-# This plugin reduces AWStats speed of 13% !!!!!!!
+# Note: You must choose between using this plugin or GeoIP plugin (requiring
+# not free GeoIP Perl module from Maxmind).
+# This plugin reduces AWStats speed of 9% !
 #
 #LoadPlugin="geoipfree"
 
 # Plugin: GeoIP
-# Perl modules required: Geo::IP (Not free, but faster than Geo::IPfree)
+# Perl modules required: Geo::IP (Not free)
 # Country chart is built from an Internet IP-Country database. Do not use this
 # plugin for an intranet.
-# Note: You must choose between using GeoIP plugin (requiring not free GeoIP
-# Perl module from Maxmind) or GeoIPFree plugin (free but slower).
-# This plugin reduces AWStats speed of 9% !!!!!!!
+# Note: You must choose between using this plugin (requiring not free GeoIP
+# Perl module from Maxmind) or the GeoIPfree plugin (same but free).
+# This plugin reduces AWStats speed of 9% !
 #
 #LoadPlugin="geoip"