I have an issue where my named based virtualhosts are not loading index.html files. The browser is showing a directly listing of the files instead of loading index.html. It appears when I make a test index.php file it does load the index.php file. Could someone assist me with with where to make the adjust and how to correct this issue?
# List of resources to look for when the client requests a directory
DirectoryIndex index.html index.html.var
However, when I go to either name-based virtual host I am getting a directory listing showing my index.html file listed instead of loading and displaying the index.html.
Instead of making my own virtualHost.conf config file from scratch in /etc/apache2/vhost.d ; I used the SuSE provided template: /etc/apache2/vhosts.d/vhost.template and just tweaked it and renamed it. I overlooked a few preconfigured settings.