Danke erstmal für eure Antworten.
Habe meine Lamp-Installation nochmal mit Hilfe von diesem Tutorial:
https://www.youtube.com/watch?v=PzFO-73mAkg
überprüft, das den großen Vorteil hat, dass da nach jedem Installationsschritt eine Überprüfung erfolgt.
Die Mysql-Installation scheint jetzt ok zu sein.
Allerdings hat sich rausgestellt, dass zumindest ein Fehler in der Apache-Installation liegen muss:
Bei der Überprüfung der Installation scheint das zwar richtig zu sein, aber wenn ich die IP-Adresse (192.168.90.22) in den Browser eingebe, erscheint nicht die Standard-Apache-Seite, sondern das Browser-Fenster bleibt einfach weiß:
sudo service apache2 status
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: active (running) since Sat 2019-01-05 12:01:54 CET; 1h 1min ago
Main PID: 7834 (apache2)
Tasks: 55 (limit: 4915)
CGroup: /system.slice/apache2.service
├─7834 /usr/sbin/apache2 -k start
├─7835 /usr/sbin/apache2 -k start
└─7836 /usr/sbin/apache2 -k start
Jan 05 12:01:54 hz systemd[1]: Starting The Apache HTTP Server...
Jan 05 12:01:54 hz apachectl[7823]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
Jan 05 12:01:54 hz systemd[1]: Started The Apache HTTP Server.
hz@hz:~$ sudo ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
192.168.90.22
Woran könnte das liegen?
Gruß
hz