]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Sat, 26 Jul 2003 15:28:34 +0000 (15:28 +0000)
committereldy <>
Sat, 26 Jul 2003 15:28:34 +0000 (15:28 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 7d3b5495ea3acdfe3b857fb35a4031f9437ea5bd..2fe7beec43ff536668b449c2e7f3e5e30662e500 100644 (file)
@@ -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