Hi,
For some reason my default home page is not being over riden.
I am expecting /var/www/blue/index.html to be displayed
what could be the cause of it ?
this is the
/etc/apache2/sites-enabled $ sudo cat blue.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/blue
ServerName blue.ddns.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
emma davis
emma.davis76@xxxxxxx