Nagios CGI's not displaying
Pavel Santos
p_santos at psantos.no-ip.org
Thu Oct 6 02:22:47 CEST 2005
Hello list,
I have installed Nagios 2.0b4 and running on FC4. I can view the Nagios home page and view the documentation but cannot get into any of the CGI pages. I am getting two different error messages. The first error message is that of Forbidden access. This is simply telling me that I can't access a specific directory on the server. The other error is that of page NOT FOUND. This is telling me that the path is not on the server.
I followed the nagios instructions for Setting Up The Web Interface and added the following to my httpd.conf file:
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin
<Directory "/usr/local/nagios/sbin">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /nagios /usr/local/nagios/share
<Directory "/usr/local/nagios/share">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
Everyting is working find on the back-end (getting proper notifications for my hosts etc)
Thanks in advanced.
Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051005/137c95e3/attachment.html>
More information about the Users
mailing list