Plesk - Force awstats update?

FunkyMonky

New member
Does anybody know of a way to force an awstats update via Plesk 9? I am fairly new to plesk, so there may be some things I'm overlooking. I know cpanel (which I prefer) has this feature.

Thanks again.
 
Found this on another forum;

/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=DOMAIN.COM

The path may be different on your machine - but it's a start.

I'm not a Plesk fan (or user) myself. Much like yourself, I prefer cPanel systems.

Also, since the stats run in a cron at night - you should be able to find the full path to the update script in one of your cronjobs.
 
# /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=domain.com
Yes above command is correct to update the statistics of particular domain on plesk server.

Below command to update the statistics for all the domains on the server.

# /usr/local/psa/admin/sbin/statistics
 
I don't have the update option in my awstats.pl page, however updating from the ssh prompt works great.

Thanks guys!
 
Last edited:
Top