#
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 !!!