FTL will nicht updaten wegen Lighttpd fail

Ich versuche Pi-hole auf dem Raspi (latest Raspbian GNU/Linux 9 (stretch)) zu aktualisieren und immer bei der Installation von Lighttpd bricht der Updater von Pi-hole ab.

sudo apt-get install lighttpd gibt mir folgendes zurück…

Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass Sie eine unmögliche Situation angefordert haben oder, wenn Sie die Unstable-Distribution verwenden, dass einige erforderliche Pakete noch nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen: Die folgenden Pakete haben unerfüllte Abhängigkeiten:
lighttpd : Hängt ab von: libssl1.1 (>= 1.1.0) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Wenn ich libssl1.1 installiere oder reinstall mache, dann gibt es keine Fehlermeldung.

Nun bin ich etwas aufgeschmissen. Die anderen Komponenten von Pi-hole sind bereits auf v4.3 nur eben FTL nicht.

Please send us the token generated by

pihole -d

or do it through the Web interface:

https://tricorder.pi-hole.net/8adkq2yo1c

You have a conflict between lighttpd and Apache2, both competing for the same port. You can either disable Apache2 and let lighttpd use the port, or move one or the other to a different port.

*** [ DIAGNOSING ]: Dashboard and block page
[✗] Block page X-Header: X-Header does not match or could not be retrieved.
HTTP/1.1 302 Found
Date: Sat, 25 May 2019 13:34:26 GMT
Server: Apache/2.4.25 (Raspbian)
Location: http://pi.local/admin
Content-Type: text/html; charset=UTF-8

[✗] Web interface X-Header: X-Header does not match or could not be retrieved.
HTTP/1.1 200 OK
Date: Sat, 25 May 2019 13:34:26 GMT
Server: Apache/2.4.25 (Raspbian)
Set-Cookie: PHPSESSID=nrdtpf08fl0ve42fsa0c3s12j6; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8

Disabling Apache did not help. I've stopped Apache from running and starting at a reboot. But it is the same error. Start Lighttpd will also result in an error…

sudo systemctl start lighttpd
Failed to start lighttpd.service: Unit lighttpd.service not found.

Reinstalling lighttpd…

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
lighttpd : Hängt ab von: libssl1.1 (>= 1.1.0) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Which means something like lighttps depends on libssl1.1 which should not be installed. Problens could not be solved, you have damaged packages.

Reinstalling libssl1.1 won't throw any error.

Any useful information on the following sites?

https://www.raspberrypi.org/forums/viewtopic.php?t=241342&p=1472460

Thx. The second one of your links is my own post. But none of these has a solution. The last one is exactly the same problem I have. I have PHP 7.3 installed, and I think this causes the problem.