• 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 httpdmng comand not found

Saqib Sarwar

New Pleskian
Hi,

I am getting command not found.

Code:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
-bash: httpdmng: command not found

What could be the possible reason for this ? and how to fix this ?

Thanks in advance.

Regards
 
As you can see this file is a part of important plesk-core package:

# rpm -qf /usr/local/psa/admin/bin/httpdmng
plesk-core-17.0.17-cos7.build1700161028.14.x86_64

Make sure that this package is not corrupted with

# rpm -V plesk-core | grep missing
 
Thanks @IgorG

Looks like it helped.

So here is what I have done.

Code:
# rpm -qf /usr/local/psa/admin/bin/httpdmng
plesk-core-17.0.17-cos6.build1700161028.14.x86_64
# rpm -V plesk-core | grep missing
# /usr/local/psa/admin/bin/httpdmng --reconfigure-all
Warning: Current locale is unusable. Using 'C' instead.

I know nothing about this stuff so let me know the last line about warning is okay or I should do something about it.

Thanks & Regards
 
Current locale is unusable. Using 'C' instead.
The root cause of such behavior is that a non-English locale is being used on the server. Run the following command to set English locale:

export LC_ALL="en_US.UTF-8"
 
As you can see this file is a part of important plesk-core package:

# rpm -qf /usr/local/psa/admin/bin/httpdmng
plesk-core-17.0.17-cos7.build1700161028.14.x86_64

Make sure that this package is not corrupted with

# rpm -V plesk-core | grep missing

Hi Igor and anyone else that can assist.

I have the same issue with running the command:

httpdmng --reconfigure-domain dubb.mydomain.com

Returning: bash: httpdmng: command not found

When I run:
rpm -qf /usr/local/psa/admin/bin/httpdmng
plesk-core-17.5.3-cos7.build1705170317.16.x86_64
[root@server domain]# rpm -V plesk-core | grep missing
missing /usr/local/psa/admin/htdocs/spaw/spaw_save.php

How do I resolve this please because running the command httpdmng --reconfigure-domain dubb.mydomain.com again it did not resolve?

Thank you ever so much in advance.
 
Back
Top