Hello
I tried to upgrade iMSCP from 1.3.16 to 1.4.0 on debian 8.
An error occured when the installer tried to restart apache2 service
Code
- [ERROR] Servers::httpd::apache_php_fpm::start: Could not start the `apache2' service: iMSCP::Provider::Service::Sysvinit::_exec: Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. at /usr/local/src/imscp-1.4.0/engine/PerlLib/iMSCP/Service.pm line 185.[ERROR] autoinstaller::Functions::install: An error occurred while performing installation steps
systemctl status apache2.service results :
Code
- Mar 27 16:09:18 ds01 apache2[11882]: Starting web server: apache2 failed!
- Mar 27 16:09:18 ds01 apache2[11882]: The apache2 configtest failed. ... (warning).
- Mar 27 16:09:18 ds01 apache2[11882]: Output of config test was:
- Mar 27 16:09:18 ds01 apache2[11882]: AH00526: Syntax error on line 14 of /etc/apache2/sites-enabled/xxx.be_ssl.conf:
- Mar 27 16:09:18 ds01 apache2[11882]: Invalid command 'AssignUserID', perhaps misspelled or defined by a module not included in the server configuration
- Mar 27 16:09:18 ds01 apache2[11882]: Action 'configtest' failed.
- Mar 27 16:09:18 ds01 apache2[11882]: The Apache error log may have more information.
- Mar 27 16:09:18 ds01 systemd[1]: apache2.service: control process exited, code=exited status=1
- Mar 27 16:09:18 ds01 systemd[1]: Failed to start LSB: Apache2 web server.
- Mar 27 16:09:18 ds01 systemd[1]: Unit apache2.service entered failed state.
Can you help me please ?