The script is running into this Error(s):
Code
- [ERROR] │ │ │ │ Error while performing step: │ │ │ │ Processing Modules::NetworkInterfaces (any) tasks for: network interfaces (ID all) │ │ │ │ Error was: │ │ │ │ iMSCP::Stepper::_callback: Could not bring up the `eth0:1012' network interface: RTNETLINK answers: File exists at │ │ /usr/local/src/imscp-1.3.15/engine/PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 94. [ERROR] │ │ │ │ Error while performing step: │ │ │ │ Processing DB tasks │ │ │ │ Error was: │ │ │ │ main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `eth0:1012' network interface: RTNETLINK answers: File exists at │ │ /usr/local/src/imscp-1.3.15/engine/PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 94. [ERROR] │ │ │ │ Error while performing step: │ │ │ │ Processing setup tasks │ │ │ │ Error was: │ │ │ │ main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `eth0:1012' network interface: RTNETLINK answers: File exists at │ │ /usr/local/src/imscp-1.3.15/engine/PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 94.
the output of systemctl status apache2.service:
Code
- apache2.service - LSB: Apache2 web server
- Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
- Drop-In: /lib/systemd/system/apache2.service.d
- └─apache2-systemd.conf
- Active: failed (Result: exit-code) since Thu 2017-01-05 18:32:38 CET; 37s ago
- Docs: man:systemd-sysv-generator(8)
- Process: 11447 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
- Jan 05 18:32:38 alpha apache2[11447]: Output of config test was:
- Jan 05 18:32:38 alpha apache2[11447]: [Thu Jan 05 18:32:38.612136 2017] [alias:warn] [pid 11456:tid 140439330649984] AH00671: The Alias directive in /etc/ap
- Jan 05 18:32:38 alpha apache2[11447]: AH00526: Syntax error on line 38 of /etc/apache2/sites-enabled/symphosius.de_ssl.conf:
- Jan 05 18:32:38 alpha apache2[11447]: SSLCertificateFile: file '/var/www/imscp/gui/data/certs/symphosius.de.pem' does not exist or is empty
- Jan 05 18:32:38 alpha apache2[11447]: Action 'configtest' failed.
- Jan 05 18:32:38 alpha apache2[11447]: The Apache error log may have more information.
- Jan 05 18:32:38 alpha systemd[1]: apache2.service: Control process exited, code=exited status=1
- Jan 05 18:32:38 alpha systemd[1]: Failed to start LSB: Apache2 web server.
- Jan 05 18:32:38 alpha systemd[1]: apache2.service: Unit entered failed state.
- Jan 05 18:32:38 alpha systemd[1]: apache2.service: Failed with result 'exit-code'.
The Server is reachable via SSH, how to get the apache runnig again?