Skip to content

Instantly share code, notes, and snippets.

@guisjlender
Last active September 30, 2015 22:08
Show Gist options
  • Save guisjlender/1870173 to your computer and use it in GitHub Desktop.
Save guisjlender/1870173 to your computer and use it in GitHub Desktop.
Instalando e configurando Apache (CentOS)

##Instalar o Apache usando yum yum -y install httpd

Agora, basta fazer com que o Apache seja inicializado no boot:

chkconfig –levels 2345 httpd on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment