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