Skip to content

Instantly share code, notes, and snippets.

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 francois-blanchard/f90ac2ba058ade0bb7828d922beffa39 to your computer and use it in GitHub Desktop.
Save francois-blanchard/f90ac2ba058ade0bb7828d922beffa39 to your computer and use it in GitHub Desktop.
Adding and Removing Available Apache Sites in Ubuntu

Enable site

sudo a2ensite SITECONFIG.FILE

Disable site

sudo a2dissite SITECONFIG.FILE

Reload apache

sudo service apache2 reload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment