• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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