• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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