Created
January 28, 2010 09:09
-
-
Save etaque/288569 to your computer and use it in GitHub Desktop.
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
# To stop apache2 for this session only: | |
sudo /etc/init.d/apache2 stop | |
# To remove apache2 permanently from startup scripts: | |
sudo update-rc.d apache2 remove | |
# To reinstate apache2 in the startup scripts: | |
sudo update-rc.d apache2 defaults | |
# Or edit /etc/default/apache2 as root and set NO_BOOT to 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment