to-reuse.com - Free Myspace Layouts - Debt Consolidation - Advertising Agency Software - Debt Consolidation

PDA

View Full Version : awstats - allow stats update from browser


TheWebJunkie
Mar 19th 2005, 2:19 pm
"AllowToUpdateStatsFromBrowser"
# feature (see later), you need write permissions by webserver user on this
# directory.
# Example: "/var/cache/awstats"
# Example: "../data"
# Example: "C:/awstats_data_dir"
# Default: "." (means same directory as awstats.pl)

Does anyone have any idea how i would do this ?

crazyhorse
Mar 19th 2005, 2:26 pm
I think that you need to contact your webhost about this and then show them this information

http://awstats.sourceforge.net/docs/awstats_config.html#AllowToUpdateStatsFromBrowser

AllowToUpdateStatsFromBrowser
Version : 3.0+

# 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 ran as a CGI by the web server 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: Update process can 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 ran from the command
# line interface (or a task scheduler).
# Possible values: 0 or 1
# Default: 0
#
AllowToUpdateStatsFromBrowser=0