Index: modules/statsmaster/templates/awstats.conf |
=================================================================== |
--- a/modules/statsmaster/templates/awstats.conf |
+++ b/modules/statsmaster/templates/awstats.conf |
@@ -1300,17 +1300,17 @@ LoadPlugin="geoip GEOIP_STANDARD /usr/sh |
# 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 need to purchase a license from Maxmind to get/use the City database. |
# This plugin reduces AWStats speed. |
# |
-#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat" |
+LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPCity.dat" |
# Plugin: GeoIP_ISP_Maxmind |
# Perl modules required: Geo::IP (from Maxmind) |
# This plugin add a chart of hits by ISP. |
# Note: This plugin need Maxmind GeoIP Perl module AND the ISP 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 ISP database. |