- On the guest machine add all sites to
/etc/apache2/sites-available/000-default.conf
. Example:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/foo
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined