int
10-24-2006, 05:03 PM
Hello,
A client of mine requested that an 'update link' be added to AWSTATS so that the delay for updated stats isn't always a day...
I did a quick Google search and found the command:
F) AWStats statistics can be updated from a browser, to provide real-time statistics, by clicking the “Update now” link that appears when AWStats is used as a CGI. To enable it:
Find : AllowToUpdateStatsFromBrowser=0
Replace with : AllowToUpdateStatsFromBrowser=1
I found, in /etc/, awstats.conf
I found the line AllowToUpdateStatsFromBrowser in there, and it was set to 0. I changed it to 1, thinking that that would fix it, but no link appears in my browser.
Is it a permission issue? Or does Iworx use Perl or something different to extract the AWStats? If so, how would I go about providing this to my clients?
A client of mine requested that an 'update link' be added to AWSTATS so that the delay for updated stats isn't always a day...
I did a quick Google search and found the command:
F) AWStats statistics can be updated from a browser, to provide real-time statistics, by clicking the “Update now” link that appears when AWStats is used as a CGI. To enable it:
Find : AllowToUpdateStatsFromBrowser=0
Replace with : AllowToUpdateStatsFromBrowser=1
I found, in /etc/, awstats.conf
I found the line AllowToUpdateStatsFromBrowser in there, and it was set to 0. I changed it to 1, thinking that that would fix it, but no link appears in my browser.
Is it a permission issue? Or does Iworx use Perl or something different to extract the AWStats? If so, how would I go about providing this to my clients?