Skip to content

Instantly share code, notes, and snippets.

@cbilgili
Last active December 19, 2015 10:58
Show Gist options
  • Select an option

  • Save cbilgili/5943844 to your computer and use it in GitHub Desktop.

Select an option

Save cbilgili/5943844 to your computer and use it in GitHub Desktop.
Ubuntu apache2 restart
sunucu restart
sudo /etc/init.d/apache2 restart
domain
cd /etc/apache2/sites-available/
sudo a2dissite default
sudo a2ensite xxxxx.com
@cbilgili
Copy link
Copy Markdown
Author

cbilgili commented Jul 7, 2013

sudo a2dissite default
sudo a2ensite supernomads.com

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