• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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