• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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