Hallo,
ich habe das Problem, dass der Apache über http nicht mehr erreichbar ist.
Ein Blick per ssh auf den Raspi zeigte, dass der Dienst nicht mehr läuft und sich auch nicht mehr starten lässt:
Code
systemctl status apache2
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Mo 2016-08-15 08:29:12 CEST; 22min ago
Process: 693 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
Aug 15 08:29:12 raspberrypi apache2[693]: Starting web server: apache2 failed!
Aug 15 08:29:12 raspberrypi apache2[693]: The apache2 configtest failed. ... (warning).
Aug 15 08:29:12 raspberrypi apache2[693]: Output of config test was:
Aug 15 08:29:12 raspberrypi apache2[693]: Segmentation fault
Aug 15 08:29:12 raspberrypi apache2[693]: Action 'configtest' failed.
Aug 15 08:29:12 raspberrypi apache2[693]: The Apache error log may have more information.
Aug 15 08:29:12 raspberrypi systemd[1]: apache2.service: control process exited, code=exited status=1
Aug 15 08:29:12 raspberrypi systemd[1]: Failed to start LSB: Apache2 web server.
Aug 15 08:29:12 raspberrypi systemd[1]: Unit apache2.service entered failed state.
Display More
Das /var/log/apache2/error.log ist leer
syslog
Code
tail /var/log/syslog
Aug 15 08:52:17 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Aug 15 08:53:17 2016 [try http://www.rsyslog.com/e/2007 ]
Aug 15 08:52:17 raspberrypi apache2[1883]: Starting web server: apache2 failed!
Aug 15 08:52:17 raspberrypi apache2[1883]: The apache2 configtest failed. ... (warning).
Aug 15 08:52:17 raspberrypi apache2[1883]: Output of config test was:
Aug 15 08:52:17 raspberrypi apache2[1883]: Segmentation fault
Aug 15 08:52:17 raspberrypi apache2[1883]: Action 'configtest' failed.
Aug 15 08:52:17 raspberrypi apache2[1883]: The Apache error log may have more information.
Aug 15 08:52:17 raspberrypi systemd[1]: apache2.service: control process exited, code=exited status=1
Aug 15 08:52:17 raspberrypi systemd[1]: Failed to start LSB: Apache2 web server.
Aug 15 08:52:17 raspberrypi systemd[1]: Unit apache2.service entered failed state.
Display More
Habe schon ein apt-get install --reinstall oder sogar ein remove --purge und neues install probiert, ohne Erfolg!
Bin jetzt ziemlich ratlos. Wie bekomme ich ihn wieder ans laufen?
Greets
Byte