• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

awstats in Plesk Panel 9.3 failure

K

kclo

Guest
Hi ,

I have enable awstats in Plesk Panel 9.3. However, I found that there is not any statistic webpage generated and no webpage stored wwwvhost/www.abc.com/statistics/webstat/. I found that there are directory exist for each month but no data found.

What should I check and how can I re-enable the function to produce stat report from apache log file?

Thanks!
 
Are you sure that apache log file is not empty? Also try to calculate statistics with

# /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=<domain_name>

and check output.
 
Hi,

Thanks!

I an run the command and generate the statistic for yesterday data.

Any command which I can run to generate past history data. All my logs are still stored under
/var/www/vhost/www.abc.com/statistics/logs but they are renamed as access_log.processed.1.gz - access_log.processed.30.gz
 
Where to schedule to run awstat?
Which cron job is responsible for awstat?
How I an check that the job is running successful or not?
 
# cat /etc/cron.daily/50plesk-daily
#!/bin/sh

# install_statistics
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

Make sure that crond service is started:

# /etc/init.d/crond status
crond (pid 11403) is running...
 
Thanks!

Any command which I can run to generate past statistic report? How can I make awstats to process my old log files? All my logs are still stored under
/var/www/vhost/www.abc.com/statistics/logs but they are renamed as access_log.processed.1.gz - access_log.processed.30.gz
 
Back
Top