Author Topic: Improper removal of a subdomain  (Read 286 times)

spicer

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • ltspiceusers.ch
Improper removal of a subdomain
« on: September 09, 2022, 04:15:25 pm »
I created a subdomain for a Letsencrypt-mail test (mail.mydomain.com).
After the test, I deleted them again in EHCP.
At the next reboot Apache2 did not come up because:
Code: [Select]
AH00112: Warning: DocumentRoot [/var/www/vhosts/mydomain.com/mydomain.com/httpdocs/subdomains/mail] does not exist
AH00526: Syntax error on line 19 of /var/www/new/ehcp/apachehcp_subdomains.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/mail.mydomain.com/fullchain.pem' does not exist or is empty
Action 'start' failed.

Then I created the path manually via FTP.
Code: [Select]
...httpdocs/subdomains/mail/logsApache2 then started.
« Last Edit: September 09, 2022, 04:21:52 pm by spicer »
Translator for german EHCPforce

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Improper removal of a subdomain
« Reply #1 on: August 08, 2023, 03:20:41 pm »
I don't think the daemon had enough time to run through its operations.  Are you able to reproduce this still?

spicer

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • ltspiceusers.ch
Re: Improper removal of a subdomain
« Reply #2 on: August 08, 2023, 03:24:44 pm »
Sorry, that was a long time ago. The system has changed a lot since then (Debian 12).
I can not reproduce this anymore ;)
Translator for german EHCPforce