From: eldy <> Date: Sat, 9 Mar 2002 17:22:45 +0000 (+0000) Subject: New options: SaveDatabaseFilesWithPermissionsForEveryone X-Git-Tag: AWSTATS_4_0_BETA~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017d0dc19511bf6e089dafe36d51590aea208a0e;p=thirdparty%2FAWStats.git New options: SaveDatabaseFilesWithPermissionsForEveryone --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 929d39c3..d6a7f99d 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -170,6 +170,17 @@ AllowToUpdateStatsFromBrowser=0 # CreateDirDataIfNotExists=0 +# In most case, AWStats is used as a cgi program. So AWStats process is runned +# by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...). +# To avoid permission problems between update process often runned by an admin +# user (root for Unix, Administrator for Windows,...), AWStats save its +# database files by default with read and write for everyone. You can set this +# parameter to 0, if you want AWStats to keep user permissions only. +# Possible values: 1 or 0 +# Default: 1 +# +SaveDatabaseFilesWithPermissionsForEveryone=1 + # AWStats can purge log after processing it. By this way, the next time you # launch AWStats, log file will be smaller and processing time will be better. # IMPORTANT !!!