Q: How to enable Apache sites on Ubuntu 16.04?

Apache virtual host configuration Ubuntu

Answer:

Apache site configurations in /etc/apache2/sites-available can be enabled by running the command:

 
# sudo a2ensite site.conf
# sudo service apache2 restart

Replace site.conf with the name of your site config file


    No comments found for this tutorial, be the first to leave a comment!

Answered by
Double

Last updated on
Aug 04, 2016

Share