Apache / Directory listing showing; not loading index.html

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?

Sincerely,

FF

I am on openSUSE 13.1, but I do not think Apache configs changed much.

In my config there is:

# List of resources to look for when the client requests a directory
DirectoryIndex index.html index.html.var

You could compare with what you have.

I am using openSUSE LEAP 42.1.

My httpd.conf file has:

# 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.

Thanks, I resolved this issue.

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.

Thanks for the assistance.

Regards,

FF