Linux - Install ApacheInstallation Install Apache using Ubuntu’s package manager using apt: sudo apt update sudo apt install apache2 Check and adjust the Firewall rules to allow all web traffic to Apache using ufw: ... Jan 1, 2016 linux, hosting