sudo apt update sudo apt upgrade
sudo apt install apache2 -y sudo systemctl enable apache2 sudo systemctl start apache2
Skriv in i webbläsarens adressfält: http://localhost (Då ska standardsidan för Apache visas)