]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
New options: SaveDatabaseFilesWithPermissionsForEveryone
authoreldy <>
Sat, 9 Mar 2002 17:22:45 +0000 (17:22 +0000)
committereldy <>
Sat, 9 Mar 2002 17:22:45 +0000 (17:22 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 929d39c3c7ce40ecbc01ab28a7304368b2887222..d6a7f99d6774448cc67864573c9d66a489cbf388 100644 (file)
@@ -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 !!!