Mudanças entre as edições de "Instalação Apache no Centos 8"

De Gigafull
Ir para navegação Ir para pesquisar
(Criou página com ' yum install httpd -y')
 
 
Linha 1: Linha 1:
 +
'''Instalar serviço'''<br>
 
  yum install httpd -y
 
  yum install httpd -y
 +
'''Iniciar e Habilitar inicio automatico no boot'''<br>
 +
systemctl start httpd
 +
systemctl enable httpd

Edição atual tal como às 01h20min de 28 de janeiro de 2022

Instalar serviço

yum install httpd -y

Iniciar e Habilitar inicio automatico no boot

systemctl start httpd
systemctl enable httpd