Skip to content

Instantly share code, notes, and snippets.

@montogeek
Created November 3, 2013 14:41
Show Gist options
  • Save montogeek/7290941 to your computer and use it in GitHub Desktop.
Save montogeek/7290941 to your computer and use it in GitHub Desktop.
Enable site Apache
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/simr
sudo nano /etc/apache2/sites-available/simr
sudo a2dissite default && sudo a2ensite simr
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment