ich bin gerade dabei auf meinem FHEM Raspbi 3+ openWB zu installieren.
Habe dabei dieses Script benutzt:
https://openwb.de/main/wp-content/uploa ... nWB_v2.pdf
Will ich nun nach der Installation auf die Weboberfläche von openWB zugreifen kommt folgende Meldung:
Code: Alles auswählen
This is not the page you are looking for
The file /openWB/web/index.php couldn't be found.
Auch wenn ich wie in der oben genannten Anleitung die crontab Datei ändern will - diese scheint bei mir leer zu sein?
Ordner im Verzeichnis /var/www/html wurde bei installtion erstellt
edit:
noch ein Auszug vom Apache2 Fehler
Code: Alles auswählen
pi@raspberrypi:~ $ systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-12-27 12:57:33 CET; 12s ago
Process: 20206 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Dec 27 12:57:33 raspberrypi apachectl[20206]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Dec 27 12:57:33 raspberrypi apachectl[20206]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Dec 27 12:57:33 raspberrypi apachectl[20206]: no listening sockets available, shutting down
Dec 27 12:57:33 raspberrypi apachectl[20206]: AH00015: Unable to open logs
Dec 27 12:57:33 raspberrypi apachectl[20206]: Action 'start' failed.
Dec 27 12:57:33 raspberrypi apachectl[20206]: The Apache error log may have more information.
Dec 27 12:57:33 raspberrypi systemd[1]: apache2.service: Control process exited, code=exited status=1
Dec 27 12:57:33 raspberrypi systemd[1]: Failed to start The Apache HTTP Server.
Dec 27 12:57:33 raspberrypi systemd[1]: apache2.service: Unit entered failed state.
Dec 27 12:57:33 raspberrypi systemd[1]: apache2.service: Failed with result 'exit-code'.