On 06/05/2021 22:09, emma davis wrote:
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.davi...@aol.com


Have you checked your <IfModule dir_module> to see if index.html is the first item in the list.



--

With over 1.3 billion devices now running Windows 10, customer satisfaction is higher than any previous version of windows.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to