1
General / Re: Update Log
« Last post by earnolmartin on February 28, 2025, 10:52:21 am »Minor update released to fix the backup code in Ubuntu 22 and newer. Get it from the first post.
EHCP Force Edition can be downloaded from GitHub
https://github.com/earnolmartin/EHCP-Force-Edition
Thanks, this should be fixed in GitHub. Please update your classapp.php file using the following method:
https://ehcpforce.tk/download.php#ehcpforceclassappupdate-test
Is it fixed now? It appears to be from my testing...
I also added the same checks for if there are no domains or passive domains.
The presence of that empty folder doesn't hurt anything, so I'll just leave it there for now.
Hello,
When you have only one subdomain left and remove it on the EHCP Force web panel, the following things aren't correctly processed:
- If you remove it manually, the webserver (in my case apache2) does not start anymore. This is because:
-> The content for the last remaining subdomain, which was deleted, doesn't get removed from the ehcp apache2 config file in /var/www/new/ehcp/apachehcp_subdomains.conf. This is not a problem, if you have several subdomains and you remove one, then the block gets removed correctly from this file.
- The folder /var/www/vhosts/.../domain.com/httpdocs/subdomains doesn't get removed. Also the subdomain folder within this path is still there.