From: eldy <> Date: Sat, 14 Jul 2001 18:01:15 +0000 (+0000) Subject: Fix bad parameter AllowToUpdateStatsFromBrowser in config sample file. X-Git-Tag: AWSTATS_1_0~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0822a89f8d7175fa1f836041e40fc343892fa304;p=thirdparty%2FAWStats.git Fix bad parameter AllowToUpdateStatsFromBrowser in config sample file. --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index c851dbbf..a454d5cd 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -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.