Skip to content

Instantly share code, notes, and snippets.

@innbitcodes
Created January 7, 2014 13:57
Show Gist options
  • Save innbitcodes/8299653 to your computer and use it in GitHub Desktop.
Save innbitcodes/8299653 to your computer and use it in GitHub Desktop.
Remove virtual host from Apache server
sudo a2dissite sitename
sudo /etc/init.d/apache2 reload
sudo rm /etc/apache2/sites-available/sitename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment