# install apache sudo yum update -y sudo yum install -y httpd httpd-tools mod_ssl sudo systemctl start httpd sudo systemctl enable httpd