Skip to content

Instantly share code, notes, and snippets.

@Macorreag
Last active July 9, 2019 22:19
Show Gist options
  • Save Macorreag/ad3521fad9d7fcb82e1c2a7042d3c758 to your computer and use it in GitHub Desktop.
Save Macorreag/ad3521fad9d7fcb82e1c2a7042d3c758 to your computer and use it in GitHub Desktop.
Comandos para controlar el servidor de apache
sudo /etc/init.d/apache2 stop //Apagar server
sudo update-rc.d apache2 disable // Deshabilitar server ene el arranque
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment