]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix bad parameter AllowToUpdateStatsFromBrowser in config sample file.
authoreldy <>
Sat, 14 Jul 2001 18:01:15 +0000 (18:01 +0000)
committereldy <>
Sat, 14 Jul 2001 18:01:15 +0000 (18:01 +0000)
wwwroot/cgi-bin/awstats.model.conf

index c851dbbf9dd218d98890757b30ac74c1beaae58a..a454d5cdcf3435aa7f36d5c0d75d822ce0793d9e 100644 (file)
@@ -80,18 +80,18 @@ DirData="."
 # When this parameter is set to 1, AWStats add a button on report page to
 # allow to "update" statistics from a web browser. Warning, when "update" is
 # made from a browser, AWStats is runned as a CGI by the web server user
-# defined in your web server (user "nobody" by default with Apache, "IE_USER"
+# defined in your web server (user "nobody" by default with Apache, "IUSR_XXX"
 # with IIS), so the "DirData" directory and all already existing history files
 # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions
 # if required.
-# Warning: Process is long so you might experience "time out" browser errors
-# if you don't launch AWStats enough frequently.
+# Warning: Update process may be long so you might experience "time out"
+# browser errors if you don't launch AWStats enough frequently.
 # When set to 0, update is only made when AWStats is runned from the command
 # line interface (or a task scheduler)
 # Possible values: 1 or 0
 # Default: 0
 #
-UpdateStatsFromBrowser=0
+AllowToUpdateStatsFromBrowser=0
 
 # 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.