Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created November 19, 2013 08:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save steppefox/7542211 to your computer and use it in GitHub Desktop.
Save steppefox/7542211 to your computer and use it in GitHub Desktop.
LINUX remove apache 2 from ubuntu
  1. sudo apt-get purge apache2
  2. sudo /etc/init.d/apache2 stop
  3. sudo update-rc.d -f apache2 remove
  4. sudo rm -rf /etc/apache2
  5. sudo rm /etc/init.d/apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment