1st try -> bad // 2 try bad too but with a search I resolved - Just some info for other user
I just did as you told me, execute of update then i added this text in list file adding next liness in apt list.
- "/etc/apt/sources.list" deb http://security.debian.org/ jessie/updates maindeb-src http://security.debian.org/ jessie/updates maindeb http://httpredir.debian.org/debian jessie main contrib non-freedeb-src http://httpredir.debian.org/debian jessie main contrib non-freedeb http://httpredir.debian.org/debian jessie-updates main contrib non-freedeb-src http://httpredir.debian.org/debian jessie-updates main contrib non-freedeb http://security.debian.org/ jessie/updates main contrib non-freedeb-src http://security.debian.org/ jessie/updates main contrib non-freedeb http://nginx.org/packages/debian jessie nginx#deb-src http://nginx.org/packages/debian jessie nginx
then I did apt-get update && apt-get dist-upgrade
I had from server info about some update to do. See attached images.
I always give default confirm to all request, but when system try to restart apache I had some error.
See attached images.
This is server error:
- Mar 19 20:46:29 puci apache2[697]: Starting web server: apache2 failed!Mar 19 20:46:29 puci apache2[697]: The apache2 configtest failed. ... (warning).Mar 19 20:46:29 puci apache2[697]: Output of config test was:Mar 19 20:46:29 puci apache2[697]: AH00526: Syntax error on line 49 of /etc/apache2/mods-enabled/ssl.conf:Mar 19 20:46:29 puci apache2[697]: Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configurationMar 19 20:46:29 puci apache2[697]: Action 'configtest' failed.Mar 19 20:46:29 puci apache2[697]: The Apache error log may have more information.Mar 19 20:46:29 puci systemd[1]: apache2.service: control process exited, code=exited status=1Mar 19 20:46:29 puci systemd[1]: Failed to start LSB: Apache2 web server.Mar 19 20:46:29 puci systemd[1]: Unit apache2.service entered failed state.
then I search on forum and I find: Error during install after reinstalling PHP5.
So i thought that error was about php reload...SO I did:
sudo apt-get remove --purge php5-*
then:
sudo apt-get remove --purge apache2
then i restart install for i-mscp
ALL OK
just update plugin and now syslog has only some warning...
But all seems working well..