• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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