Command
sudo nano /etc/apache2/sites-available/example.com.confExplanation
Creates a new virtual host configuration file.
Examples
Create new vhost file
sudo nano /etc/apache2/sites-available/example.com.confCopy default template
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/example.com.conf