• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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