Apache auf dem Pi startet nach php-Update nicht mehr

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
eph
Beiträge: 1
Registriert: 14.12.2022 20:12:50

Apache auf dem Pi startet nach php-Update nicht mehr

Beitrag von eph » 14.12.2022 20:18:13

Hilfe! Nachdem ich versucht habe, die php-Version auf meinem Rasperrypi abzudaten, startet Apache nicht mehr.

sudo service apache2 start
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.

sudo journalctl -xe
-- The job identifier is 850 and the job result is failed.
Dez 14 20:05:22 raspberrypi sudo[823]: pam_unix(sudo:session): session closed fo
Dez 14 20:06:25 raspberrypi sshd[855]: Accepted password for pi from 192.168.3.6
Dez 14 20:06:25 raspberrypi sshd[855]: pam_unix(sshd:session): session opened fo
Dez 14 20:06:25 raspberrypi systemd-logind[270]: New session 4 of user pi.
-- Subject: A new session 4 has been created for user pi
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- Documentation: https://www.freedesktop.org/wiki/Softwa ... /multiseat
--
-- A new session with the ID 4 has been created for the user pi.
--
-- The leading process of the session is 855.
Dez 14 20:06:25 raspberrypi systemd[1]: Started Session 4 of user pi.
-- Subject: A start job for unit session-4.scope has finished successfully
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit session-4.scope has finished successfully.
--
-- The job identifier is 851.
Dez 14 20:08:11 raspberrypi sudo[869]: pi : TTY=pts/0 ; PWD=/home/pi ; USE
Dez 14 20:08:11 raspberrypi sudo[869]: pam_unix(sudo:session): session opened fo
lines 2025-2047/2047 (END)

systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
Active: failed (Result: exit-code) since Wed 2022-12-14 20:05:22 CET; 12min a
Docs: https://httpd.apache.org/docs/2.4/
Process: 849 ExecStart=/usr/sbin/apachectl start (code=exited, status=132)

Dez 14 20:05:21 raspberrypi systemd[1]: Starting The Apache HTTP Server...
Dez 14 20:05:22 raspberrypi apachectl[849]: Illegal instruction
Dez 14 20:05:22 raspberrypi apachectl[849]: Action 'start' failed.
Dez 14 20:05:22 raspberrypi apachectl[849]: The Apache error log may have more i
Dez 14 20:05:22 raspberrypi systemd[1]: apache2.service: Control process exited,
Dez 14 20:05:22 raspberrypi systemd[1]: apache2.service: Failed with result 'exi
Dez 14 20:05:22 raspberrypi systemd[1]: Failed to start The Apache HTTP Server.

Ich kann leider mit den Meldungen nichts anfangen. Kann mir jemand helfen? Oder muss ich alles neu machen?

DeletedUserReAsG

Re: Apache auf dem Pi startet nach php-Update nicht mehr

Beitrag von DeletedUserReAsG » 14.12.2022 20:35:02

eph hat geschrieben: ↑ zum Beitrag ↑
14.12.2022 20:18:13
Ich kann leider mit den Meldungen nichts anfangen. Kann mir jemand helfen?
Die relevante Meldung ist Folgende:
eph hat geschrieben: ↑ zum Beitrag ↑
14.12.2022 20:18:13

Code: Alles auswählen

Dez 14 20:05:22 raspberrypi apachectl[849]: The Apache error log may have more i
Das i ist der Anfang von information, und die Meldung besagt, dass nähere Informationen zur Fehlerursache im Fehlerlog des Apachen zu finden sein könnten (was in aller Regel auch der Fall ist).

Antworten