Descubra tudo sobre o Servidor Apache, no nosso artigo detalhado. Saiba como configurar, otimizar e resolver problemas comuns neste servidor web líder de mercado.
yum update
Passo 2 – Instalar Servidor Apache
yum install httpd
Passo 3 – Gerir Serviço Apache
systemctl enable httpd
systemctl start httpd
systemctl status httpd
Passo 4 – Aceitar serviço Apache na Firewall
firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload
Passo 5 – Reiniciar Apache
systemctl restart httpd
Passo 6 – Criar Virtual Host