From: eldy <> Date: Sun, 23 May 2004 01:36:08 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_2_BETA~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00fa925566bbc854267c7546499722180d8906a;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 3d328a54..469486d7 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -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