Debian GNU/Linux Nagios3 Bug
Posted: March 2, 2012 Filed under: System Administration Leave a comment »I had installed the Nagios3 form package. Installation was fine. I was getting the error message as shown in Screen shot
Even making changes for ACL’s in Apache conf result noting.
Google is always our friend.The link shown below explained about the bug.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626462
I have changed file as shown
Added the index.html in /etc/apache2/conf.d/nagios3.conf. So the line should be
DirectoryIndex index.php index.html
not
DirectoryIndex index.php
/etc/init.d/apache2 restart
Done!
Have Fun

