• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Got AWstats working

K

kjstol

Guest
Hi guys,

I got AWstats running on a plesk 7 (i believe) server!

Below my short manual:

- install AWstats in a directory
- the actual logs of vhostst are in:
/home/httpd/vhosts/***domainname***/statistics/logs/access_log
- test the first update with a Perl command on the command line (see below)
- when you feel satisfied, add the following line to cronjobs in your server administration:
/home/httpd/vhosts/***domainname***/httpdocs/AWstats-dir/awstats.pl -config=***domainname*** -update
- set the cronjob to every other hour, you have stats per hour. When you set the job to 5 minutes, you'll almost have realtime statistics.
(- notice the time the server rotates the logs itself. Run AWstats a minute before to make the loss of records from the access_log as less as possible. - the period of time between your update and the log rotation of the server is as minimalized as possible in this setting)

Hope this one helps a lot of you guys with the seriously-not-so-pleasant-webalyzer-stats!

Greetz from Holland!
KJ
 
Back
Top