Hallo Tamsy, auf Port 80 hat die PiHole-Oberfläche gelauscht. Das habe ich mittlerweile geändert. Nun bkeomme ich bei dem Aufruf von 192.168.178.19 ein:
Beim Verbinden mit 192.168.178.19 trat ein Fehler auf. PR_END_OF_FILE_ERROR
Ein:
androidin@raspberrypi-iob:~ $ sudo systemctl status apache2.service -l --no-pager
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-07-24 21:01:26 CEST; 9h ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 894 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: no listening sockets available, shutting down
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: AH00015: Unable to open logs
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: Action 'start' failed.
Jul 24 21:01:26 raspberrypi-iob apachectl[894]: The Apache error log may have more information.
Jul 24 21:01:26 raspberrypi-iob systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Jul 24 21:01:26 raspberrypi-iob systemd[1]: apache2.service: Failed with result 'exit-code'.
Jul 24 21:01:26 raspberrypi-iob systemd[1]: Failed to start The Apache HTTP Server.
Jul 24 21:05:10 raspberrypi-iob systemd[1]: apache2.service: Unit cannot be reloaded because it is inactive.
D. h. auf dem Port 443 lauscht der Deconz Adapter vom ioBorker:
androidin@raspberrypi-iob:~ $ sudo ss -4 -tlnp | grep 443
LISTEN 0 50 0.0.0.0:443 0.0.0.0:* users:(("deCONZ",pid=312,fd=11))
obwohl ich den eigenltich über den Port 8080 aufrufe. Das verstehe ich nicht.
Der von dir angeforderte Kommando sagt:
androidin@raspberrypi-iob:~ $ sudo netstat -anp | grep httpd
tcp 0 0 0.0.0.0:180 0.0.0.0:* LISTEN 732/lighttpd
tcp6 0 0 :::180 :::* LISTEN 732/lighttpd
unix 2 [ ACC ] STREAM HÖRT 20514 809/php-cgi /var/run/lighttpd/php.socket-0
unix 3 [ ] STREAM VERBUNDEN 19453 732/lighttpd
Es läuft also noch ein lighttpd, ich weiss aber gerade nicht, wer den braucht. piHole, deconz oder ioBroker…