How to install Apache2 & Configure/Setup VirtualHosts - How to Host More Than On Website on Apache2 [VPS HOSTING] Get A Free $10 code when you use 'DROPLET10' as a promo code. Sign up here: https://m.do.co/c/574cdcc0c49e Commands: sudo apt-get update sudo apt-get install apache2 mkdir -p /var/www/site1 chmod -R 755 /var/www cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/site1.conf nano /etc/apache2/sites-available/site1.conf (enable the new config ) service apache2 restart a2ensite site1.conf Tags Apache2 virtualhost setup Apache2 virtualhost config How to install apache2 on ubuntu 16.04 How to setup virtualhost apache2 How to setup virtualhost apache2 ubuntu How to host more than one website on apache2