Hi
Ich hatte heute folgendes Problem auf einem Frisch Installiertem Debian 8 mit ISPConfig3
Mai 27 11:21:45 dev apache2[5885]: Starting web server: apache2 failed! Mai 27 11:21:45 dev apache2[5885]: The apache2 configtest failed. ... (warning). Mai 27 11:21:45 dev apache2[5885]: Output of config test was: Mai 27 11:21:45 dev apache2[5885]: [Fri May 27 11:21:45.170038 2016] [:crit] [pid 5900:tid 139643231856512] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP. Mai 27 11:21:45 dev apache2[5885]: AH00013: Pre-configuration failed Mai 27 11:21:45 dev apache2[5885]: Action 'configtest' failed. Mai 27 11:21:45 dev apache2[5885]: The Apache error log may have more information. Mai 27 11:21:45 dev systemd[1]: apache2.service: control process exited, code=exited status=1 Mai 27 11:21:45 dev systemd[1]: Failed to start LSB: Apache2 web server. Mai 27 11:21:45 dev systemd[1]: Unit apache2.service entered failed state.
Lösen kann man dies in dem man unter den Modulen in /etc/apache2/mods-enabled
LoadModule mpm_event_module modules/mod_mpm_event.so
und danach das module unter /etc/apache2/mods-available verlinkt
Danach noch das log Verzeichniss Erstellen unter
mkdir /var/log/apache2/
Nun den Webserver starten
service apache2 start
Nun sollte der Apache Webserver wieder starten.