Skip to content

Instantly share code, notes, and snippets.

@bmcculley
Created March 1, 2014 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcculley/9283749 to your computer and use it in GitHub Desktop.
Save bmcculley/9283749 to your computer and use it in GitHub Desktop.
Enable a new site on apache2
# enable the site
a2ensite example.com
# restart apache2
service apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment