From: eldy <> Date: Sat, 26 Jul 2003 15:28:34 +0000 (+0000) Subject: Updated documentation X-Git-Tag: AWSTATS_5_7_BETA~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b2fb428eb2fc3782df830afb846b19856a2ae3;p=thirdparty%2FAWStats.git Updated documentation --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 7d3b5495..2fe7beec 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -1068,6 +1068,13 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2 # #LoadPlugin="ipv6" +# Plugin: HashFiles +# Perl modules required: Storable +# AWStats DNS cache files are read/saved as native hash files. This increase +# DNS cache files loading speed, above all for very large web sites. +# +#LoadPlugin="hashfiles" + # Plugin: GeoIPfree # Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.) # Country chart is built from an Internet IP-Country database. @@ -1088,15 +1095,6 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2 # #LoadPlugin="geoip" -# Plugin: UrlAliases -# Perl modules required: None -# Add a text (Page title, description...) in URL reports after URL value. -# A text file called urlalias.myconfig.txt, with two fields (first is URL, -# second is text to show) separated by a tab char. must be created in plugins -# directory. -# -#LoadPlugin="urlalias" - # Plugin: UserInfo # Perl modules required: None # Add a text (Firtname, Lastname, Office Department, ...) in authenticated user @@ -1107,12 +1105,14 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2 # #LoadPlugin="userinfo" -# Plugin: HashFiles -# Perl modules required: Storable -# AWStats DNS cache files are read/saved as native hash files. This increase -# DNS cache files loading speed, above all for very large web sites. +# Plugin: UrlAliases +# Perl modules required: None +# Add a text (Page title, description...) in URL reports after URL value. +# A text file called urlalias.myconfig.txt, with two fields (first is URL, +# second is text to show) separated by a tab char. must be created in plugins +# directory. # -#LoadPlugin="hashfiles" +#LoadPlugin="urlalias" # Plugin: TimeHiRes # Perl modules required: Time::HiRes