Q: How to disable Apache sites on Ubuntu 16.04?

Apache virtual host configuration Ubuntu

Answer:

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

 
# sudo a2dissite 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