Seite 1 von 1

lighttpd läuft nicht

Verfasst: Do 23. Mär 2023, 14:16
von gerihouse
Ich wollte die Automation ausprobieren, habe aber festgestellt dass der lighttpd nicht läuft.

sudo systemctl status lighttpd
● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2023-03-23 14:12:07 CET; 618ms ago
Process: 79068 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
Process: 79073 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf (code=exited, status=255/EXCEPTION)
Main PID: 79073 (code=exited, status=255/EXCEPTION)
CPU: 742ms

Mär 23 14:12:07 solaranzeige systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Mär 23 14:12:07 solaranzeige systemd[1]: Stopped Lighttpd Daemon.
Mär 23 14:12:07 solaranzeige systemd[1]: lighttpd.service: Start request repeated too quickly.
Mär 23 14:12:07 solaranzeige systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Mär 23 14:12:07 solaranzeige systemd[1]: Failed to start Lighttpd Daemon.

Hat wer eine Idee? Restart brachte keinen Erfolg

Re: lighttpd läuft nicht

Verfasst: Fr 24. Mär 2023, 08:21
von gerihouse
Lösung: es stellte sich heraus dass php-cgi gefehlt hat??

sudo apt install php-cgi

Jetzt funktionbert es!