]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added geoipfree plugin.
authoreldy <>
Sat, 19 Apr 2003 14:56:05 +0000 (14:56 +0000)
committereldy <>
Sat, 19 Apr 2003 14:56:05 +0000 (14:56 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 22ae2a84df004b2b659b8c27cf98fb18d9c355f0..73944d2e9ef3ae08c657782be9297b52c94bd9a3 100644 (file)
@@ -1060,21 +1060,21 @@ color_x="C1B2E2"                                # Background color for number of exit pages (Default = "C1B2
 #LoadPlugin="timezone +2"
 
 # Plugin: GeoIPfree
-# 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 this plugin or GeoIP plugin (requiring
-# not free GeoIP Perl module from Maxmind).
+# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
+# Country chart is built from an Internet IP-Country database. Plugin useless
+# for intranet only log files.
+# Note: You must choose between using this plugin (need Perl Geo::IPfree module)
+# or the GeoIP plugin (need Perl Geo::IP module from Maxmind).
 # This plugin reduces AWStats speed of 9% !
 #
 #LoadPlugin="geoipfree"
 
 # Plugin: GeoIP
-# 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 this plugin (requiring not free GeoIP
-# Perl module from Maxmind) or the GeoIPfree plugin (same but free).
+# Perl modules required: Geo::IP (from Maxmind)
+# Country chart is built from an Internet IP-Country database. Plugin useless
+# for intranet only log files.
+# Note: You must choose between using this plugin (need Perl Geo::IP module 
+# from Maxmind) or the GeoIPfree plugin (need Perl Geo::IPfree module).
 # This plugin reduces AWStats speed of 9% !
 #
 #LoadPlugin="geoip"