Skip to content

Instantly share code, notes, and snippets.

@bcruddy
Last active March 22, 2017 15:54
Show Gist options
  • Save bcruddy/89ee111e95ec023d5ebc9e02e678014b to your computer and use it in GitHub Desktop.
Save bcruddy/89ee111e95ec023d5ebc9e02e678014b to your computer and use it in GitHub Desktop.
# enable site
$ sudo a2ensite [site-file]
# disable site
$ sudo a2dissite [site-file]
# enable an apache2 module -> create correct symlinks in mods-enabled
$ sudo a2enmod [module]
# disable an apache2 module
$ sudo a2dismod [module]
# force reload the server:
$ sudo service apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment