<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Nagios CGI's not displaying</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hello list,<BR>
<BR>
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.<BR>
<BR>
I followed the nagios instructions for Setting Up The Web Interface and added the following to my httpd.conf file:<BR>
<BR>
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin<BR>
<Directory "/usr/local/nagios/sbin"><BR>
    AllowOverride AuthConfig<BR>
    Options ExecCGI<BR>
    Order allow,deny<BR>
    Allow from all<BR>
</Directory><BR>
<BR>
Alias /nagios /usr/local/nagios/share<BR>
<Directory "/usr/local/nagios/share"><BR>
    Options None<BR>
    AllowOverride AuthConfig<BR>
    Order allow,deny<BR>
    Allow from all<BR>
</Directory><BR>
<BR>
Everyting is working find on the back-end (getting proper notifications for my hosts etc)<BR>
<BR>
Thanks in advanced.<BR>
<BR>
Pavel<BR>
</FONT>
</P>

</BODY>
</HTML>