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).
# 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: ""
# 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
# 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"