Thanks David,
I think I may be in trouble, then.
Here is the setting in my awstats config files (I changed the settings on all my domains and in all of my subdomains):
CODE
# 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: 1 or 0
# Default: 0
#
AllowToUpdateStatsFromBrowser=1
I changed this setting to "1" becaue I wanted to be able to see more accurate statistics when I went to awstats. By allowing myself to click the update now button, I could get better information than awstats was providing by default.
When I searched the forums, this was a solution that I found that seemed to be the best solution for me (since I have absolutley no idea how to create a cron job; nay, not even where to start). I read in a parallel thread that I had to be careful because running the update now button causes the server to work hard, and if we were to click the button frequently we would bring down upon us the ire of the server gurus.
Since I only view awstats every other day or so (or less), I wasn't worried about it.
But now, it appears, I am opening myself up to a security breach because of my setting.
So, I guess I need to switch it back to "0". How then, can I get more frequently updated stats in my awstats??
Thanks for your help.