Awstats webserver analyser


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Awstats webserver analyser
# 1  
Old 08-22-2014
RedHat Awstats webserver analyser

Need assistance in troubleshooting

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)"

Code:
/local/tools/perl-5.18/bin/perl awstats.pl -config=awstats.webstats.conf -update
Create/Update database for config "./awstats.webstats.conf" by AWStats version 7.3 (build 20140126)
From data in log file "/local/tools/awstats-7.3/var/log/access.log"...
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Jumped lines in file: 0
Parsed lines in file: 0
 Found 0 dropped records,
 Found 0 comments,
 Found 0 blank records,
 Found 0 corrupted records,
 Found 0 old records,
 Found 0 new qualified records.

# 2  
Old 08-22-2014
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 ·
Code:
LogFile="/var/log/apache2/access.log"

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:
# 3  
Old 08-25-2014
Thanks it works .
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. OS X (Apple)

Text mode AF spectrum analyser.

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)
Discussion started by: wisecracker
7 Replies

2. UNIX for Advanced & Expert Users

Building a performance static analyser

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)
Discussion started by: figaro
9 Replies

3. BSD

can't install AWStats

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)
Discussion started by: jasonfrost
3 Replies
Login or Register to Ask a Question