]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sun, 23 May 2004 01:36:08 +0000 (01:36 +0000)
committereldy <>
Sun, 23 May 2004 01:36:08 +0000 (01:36 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 3d328a54d3a77aa487b17a76de5d2aa5e49c8d7b..469486d70d8d2a8c2d4c2281afc7ae03646ae28c 100644 (file)
@@ -116,9 +116,10 @@ LogFormat=1
 
 # 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=" "
@@ -1176,25 +1177,27 @@ color_x="C1B2E2"                                # Background color for number of exit pages (Default = "C1B2
 #
 #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