From: eldy <> Date: Sat, 3 Aug 2002 18:15:57 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_0_BETA~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7b08890e16cbe625bc5a3aa9243b02104e65e1;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index fe6db8de..6b62dcc4 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -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"