Hi After upgrading (stable) ISPconfig 3 to the latest version, Apache wont start. root@web:~# systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2020-03-12 19:10:27 UTC; 1h 12min ago Process: 18052 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE) Mar 12 19:10:08 web systemd[1]: Starting The Apache HTTP Server... Mar 12 19:10:27 web apachectl[18052]: Action 'start' failed. Mar 12 19:10:27 web apachectl[18052]: The Apache error log may have more information. Mar 12 19:10:27 web systemd[1]: apache2.service: Control process exited, code=exited status=1 Mar 12 19:10:27 web systemd[1]: Failed to start The Apache HTTP Server. Mar 12 19:10:27 web systemd[1]: apache2.service: Unit entered failed state. Mar 12 19:10:27 web systemd[1]: apache2.service: Failed with result 'exit-code'. When I upgraded, it was asking to backup, and I said yes. How do I recover from this backup, to see if it solves the problem, and I can get my data and mail-config back?
Your posted information does not show a related error message. Have a look in apache's error.log, and/or start apache2 again (systemctl start apache2.service) and read the log (journalctl -xe)