• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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