• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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