Last active
July 9, 2019 22:19
-
-
Save Macorreag/ad3521fad9d7fcb82e1c2a7042d3c758 to your computer and use it in GitHub Desktop.
Comandos para controlar el servidor de apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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