• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Webstatmng command "/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=<domain_name>" is not working anymore

Hangover2

Regular Pleskian
Username:

TITLE


Webstatmng command "/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=<domain_name>" is not working anymore

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian 18.0.52 Update 2, Debian 10.13, x86-64

PROBLEM DESCRIPTION

The command "/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=<domain_name>" is not working anymore when executed on the command line as it doesn't finish even within hours.

STEPS TO REPRODUCE

Execute the following command on the command line:

Bash:
/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=<domain_name>

ACTUAL RESULT

Nothing happens and the command doesn't finish even within hours.

EXPECTED RESULT

Generate/repair webalizer configs for <domain_name>.

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
Developers' response (PPP-60747):

webstatmng is a backend utility and as such is not intended for interactive use by end users. If you still want to do it, please use the following command instead:

Code:
/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=<domain_name> < /dev/null

Not a product issue.
 
Thank you for pointing this out. I've referred it to the engineer to get a definitive answer what to do with the article. Once I got that we'll probably update it.
 
Back
Top