I have configured awstats 7.3 version on RedHat linux and I am stuck at getting the updates from the website . Please let me know if anybody can give me some inputs
I can see the webpages but it gives "Never updated (See 'Build/Update' on awstats_setup.html page)"
You are trying to process the apache log file, right? If yes, then the path to it (/local/tools/awstats-7.3/var/log/access.log) does not seem valid to me.
Possible solution: Edit the awstats.webstats.conf file and search for the LogFile directive and change it to ·
and try again.
Make sure it is really located there though, otherwise adapt it to the actual path.
This User Gave Thanks to junior-helper For This Post:
Well guys, this MUST be a first.
This is DEMO code only and has NO error detection or correction, nor out of bounds checking.
I have succumbed to Python and scipy to do the FFT heavy lifting as I have absolutely no idea where to start do such a thing using AWK. This is a taster for me to... (7 Replies)
I was wondering if someone could let me know if tools exist that check for performance degrading coding practices. There is of course the well known Valgrind (Valgrind Home), but the question is more if it is possible at a fundamental level. Do generic test cases exist for checking statically for... (9 Replies)
I am running FreeBSD 6.3 and trying to install AWStats. I found this site with some instructions:
Installing AWStats on FreeBSD
however, the pkg install doesn't work. This is the error I get:
dl1-3# pkg_add install -r awstats
pkg_add: can't stat package file 'install'
pkg_add: can't stat... (3 Replies)