• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Plesk 10.4.4 avoid removing of some subdomains

P

pichlo

Guest
Hey Guys,

it's me again. Plesk 10.4.4 is getting my crazy. I can't delete some of my subdomains. I can not exactly explain which one makes problems and which not. For testing my ssl problem (the previous post) I've create a subdomain "ssltest.mydomain.tld". After deleting it some times later plesk alerts that my configuration has some errors. So I try to reconfigure it per command console and got the following:

#/usr/local/psa/admin/bin/httpdmng --reconfigure-all
No valid mailman bindir detected
PleskUtilException: '/opt/psa/admin/bin/apache-config' '-t' failed with code 1.
(…)
stderr:
apache2: Syntax error on line 278 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/conf.d/zz010_psa_httpd.conf: Syntax error on line 122 of /opt/psa/admin/conf/vhosts_bootstrap.conf: Could not open configuration file /var/www/vhosts/ssltest.mydomain.tld/conf/13304321040.68571400_httpd.include: No such file or directory

What the f*** ??? Why does plesk needs a configuration file for deleted subdomains? This makes absoluty no sense (!!!) I try to create a dummy file to get plesk working again:

# mkdir /var/www/vhosts/ssltest.mydomain.tld
# mkdir /var/www/vhosts/ssltest.mydomain.tld/conf
# touch /var/www/vhosts/ssltest.mydomain.tld/conf/13304321040.68571400_httpd.include
#/usr/local/psa/admin/bin/httpdmng --reconfigure-all

Now everythings works fine. But only as long as I not delete this dummy file. If I delete this dummy file I get the first error message again....

How can I found and delete these old reference the the delete subdomain ssltest.mydomain.tld?

Thanks, Martin
 
Back
Top