• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Switch satistics to awstats

MartinT

Basic Pleskian
Server operating system version
Debian 11.8
Plesk version and microupdate number
latest
Hi,
Server Update to Debian11 from debian 10, the wabalyzer is not more supported. No matter I could live with awstats. But I have a large number of domains to be switched.
I tried it via Subscription plan. It do not work, every subscription with former webalyzer got notthing set at stats. I tried it with

/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=awstats --domain-name={domain}

this also did not work.
The only way it goes through is via backend -> domain -> hosting steetings and to switch there. As mentioned it is a large number of domains.

Is there a way to do it at once?
 
For all who need serverwide, for all domains too. At CLI:
plesk bin site -l | while read domain_name; do plesk bin site -u $domain_name -webstat awstats; done
 
Back
Top