]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Sun, 13 Jun 2004 14:56:30 +0000 (14:56 +0000)
committereldy <>
Sun, 13 Jun 2004 14:56:30 +0000 (14:56 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 6bc7653e52af195ffc5f2cb18bb3a24473498219..c2a869e3f16357e5274ae482d1d3bfa37206d58c 100644 (file)
@@ -1203,12 +1203,13 @@ color_x="C1B2E2"                                # Background color for number of exit pages (Default = "C1B2
 
 # Plugin: GeoIP_Region_Maxmind
 # Perl modules required: Geo::IP (from Maxmind)
-# This plugin add a chart of hits by country.
+# This plugin add a chart of hits by regions. Only regions for US and 
+# Canada can be detected.
 # Note: This plugin need Maxmind GeoIP Perl module AND the region 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 need to purchase a license from Maxmind to get/use the Region database.
-# This plugin reduces AWStats speed of 10% !
+# This plugin reduces AWStats speed.
 #
 #LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"
 
@@ -1251,7 +1252,7 @@ color_x="C1B2E2"                          # Background color for number of exit pages (Default = "C1B2
 #LoadPlugin="urlalias"
 
 # Plugin: TimeHiRes
-# Perl modules required: Time::HiRes
+# Perl modules required: Time::HiRes (if Perl < 5.8)
 # Time reported by -showsteps option is in millisecond. For debug purpose.
 #
 #LoadPlugin="timehires"