• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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