• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Error when trying to run httpdmng

tkalfaoglu

Silver Pleskian
Hello. Due to an error in template configs, I'm tried running httpdmng, but it fails with:

/usr/local/psa/admin/bin/httpdmng --reconfigure-all
Unable to register configuration file: template=domainVhost, domain.id=185


I followed:
http://kb.parallels.com/en/112815
http://kb.parallels.com/en/11288
http://kb.parallels.com/en/112882

but none of them seems to exactly apply.. The first one seems to fit, but in step #2, the subscription.id displayed is not zero.. So I did not want to proceed.

(Even a "select" that would enable me to see the domain name with this ID would be helpful.. Maybe I can delete that domain and re-create it afterwards..)

Any ideas what I should do?
Thanks, -t
 
First of all find name of this domain with

mysql> select id,name from domains where id=185;

Usually this error occurs when domain is configured to non-existent IP address. Check it and reconfigure domain.
Also following article may be useful - http://kb.parallels.com/114632
 
Thanks!

That article you quoted is worth its weight in gold -- I was able to fix the psa database with no effort..
Many thanks!
-turgut
 
First of all find name of this domain with

mysql> select id,name from domains where id=185;

Usually this error occurs when domain is configured to non-existent IP address. Check it and reconfigure domain.
Also following article may be useful - http://kb.parallels.com/114632

I'm getting the same errors while trying to delete a domain, I can see it in the domains table, but how do I find out what IP address it's supposed to be using?
 
Back
Top