]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sat, 3 Aug 2002 18:15:57 +0000 (18:15 +0000)
committereldy <>
Sat, 3 Aug 2002 18:15:57 +0000 (18:15 +0000)
wwwroot/cgi-bin/awstats.model.conf

index fe6db8de8423b2bb90b57d54d536da133d0233d7..6b62dcc4a29b06131f81f411cf1f31fff00eb7b2 100644 (file)
@@ -230,8 +230,8 @@ DNSLastUpdateCacheFile="dnscachelastupdate.txt"
 SkipDNSLookupFor=""
 
 
-# The following two parameters allow you to protect a config file to be used
-# by your AWStats program called from a browser only if web user has been
+# The following two parameters allow you to protect a config file from being
+# read by AWStats when called from a browser if web user has not been
 # authenticated. Your AWStats program must be in a web protected "realm" (With
 # Apache, you can use .htaccess files to do so. With other web servers, see
 # your server setup manual).
@@ -243,7 +243,7 @@ AllowAccessFromWebToAuthenticatedUsersOnly=0
 
 # This parameter give the list of all authorized authenticated users to view
 # statistics for this domain/config file. This parameter is used only if
-# AllowAccessToAuthenticatedUsersOnly is set to 1.
+# AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.
 # Example: "user1 user2"
 # Example: "__REMOTE_USER__"
 # Default: ""
@@ -283,7 +283,7 @@ SaveDatabaseFilesWithPermissionsForEveryone=1
 # you can launch AWStats as soon as you want, even with this parameter to 0.
 # With 0, no purge is made, so you must use a scheduled task or a web server
 # that make this purge frequently.
-# With 1, the purge of the log file is made each time AWStats is ran.
+# With 1, the purge of the log file is made each time AWStats update is ran.
 # This parameter doesn't work with IIS (This web server doesn't let its log
 # file to be purged).
 # Possible values: 1 or 0
@@ -717,8 +717,9 @@ color_x="C1B2E2"                            # Background color for number of exit pages (Default = "C1B2
 
 # Plugin: TimeZone
 # Perl modules required: Time::Local
-# Allow AWStats to correct a bad timezone for user of IIS that use strange
-# log format.
+# Allow AWStats to correct a bad timezone for user of some IIS that use
+# GMT date in its log instead of local server time.
+# This module is useless for Apache and most IIS version.
 # This plugin reduces AWStats speed of 40% !!!!!!!
 #
 #LoadPlugin="timezone +2"