Problems w/ Nagios Web Interface

Jon Angliss jon at netdork.net
Wed Jul 1 03:50:23 CEST 2009


On Tue, 30 Jun 2009 09:56:13 -0500, "Leleux, Jeremy J"
<jjleleux at sunlandconstruction.com> wrote:

>Hi all,
>
>I have a fresh install of nagios 3.1.2 and I'm able to login into the
>web interface, but once I'm authenticated I get the following error:
>
>		403 Forbidden - You don't have permission to access
>/nagios/ on this server.
>
>Here is the output from my Apache error_log:
>
>		[Tue Jun 30 09:47:17 2009] [notice] Apache/2.2.3
>(CentOS) configured -- resuming normal operations
>		[Tue Jun 30 09:47:57 2009] [error] [client 127.0.0.1]
>Directory index forbidden by Options directive: /usr/local/nagios/share/

This here says that your server is attempting to send a list of the
directory contents back to the client, but settings in the apache
configuration deny it.  That probably means it's not treating
index.html as the default page in the directory.  Hunt down the
DirectoryIndex line in your apache configuration, and add index.html
to the end, and restart apache.

-- 
Jonathan Angliss
<jon at netdork.net>


------------------------------------------------------------------------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list