# If your log field's separator is not a space, you can change this parameter.
# This parameter is not used if LogFormat is a predefined value (1,2,3,4,5,6)
+# Backslash can be used as escape character.
# Example: " "
# Example: "\t"
-# Example: "|"
+# Example: "\|"
# Default: " "
#
LogSeparator=" "
#
#LoadPlugin="hashfiles"
-# Plugin: GeoIPfree
-# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
+# Plugin: GeoIP
+# Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)
# Country chart is built from an Internet IP-Country database.
# This plugin is 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).
+# Note: You must choose between using this plugin (need Perl Geo::IP module
+# from Maxmind, database more up to date) or the GeoIPfree plugin (need
+# Perl Geo::IPfree module, database less up to date).
# This plugin reduces AWStats speed of 10% !
#
-#LoadPlugin="geoipfree"
+#LoadPlugin="geoip"
-# Plugin: GeoIP
-# Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)
+# Plugin: GeoIPfree
+# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
# Country chart is built from an Internet IP-Country database.
# This plugin is 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).
+# Note: You must choose between using this plugin (need Perl Geo::IPfree
+# module, database less up to date) or the GeoIP plugin (need Perl Geo::IP
+# module from Maxmind, database more up to date).
# This plugin reduces AWStats speed of 10% !
#
-#LoadPlugin="geoip"
+#LoadPlugin="geoipfree"
# Plugin: UserInfo
# Perl modules required: None