I was receiving this error in my nagios apache log:
Directory index forbidden by Options directive: /var/www/html/
to fix this, I just did touch index.html to /var/www/html It creates a file in the directory that is empty. I found this safer then turning on indexes for my nagios install.