• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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