TR: Problems with the web interface of Nagios

REMY Julien julien.remy at ohs.asso.fr
Mon Jun 19 12:59:47 CEST 2006


Yes but now I don't have the permission access on all .cgi files.

I did : 

Chown nagios:nagios cgi/*
Chmod 777 cgi/*

But there is always the same message.

-----Message d'origine-----
De : nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-bounces at lists.sourceforge.net] De la part de Voigt Thomas
Envoyé : lundi 19 juin 2006 12:38
À : nagios-users at lists.sourceforge.net
Objet : Re: [Nagios-users] Problems with the web interface of Nagios


Hi all!

REMY Julien wrote:

> Yes, I see the menu in left frame

Oh, I see in the picture what you will say...

Your Apache isn't executing the status.cgi script, which delivers the
content of the right frame.
The Apache is simply showing the contents of this ELF-binary. 

Check the definition of the nagios cgi directory in your Apache config!
At my server it looks like this:

ScriptAlias /nagios/cgi-bin/ "/usr/local/nagios/sbin/"
<Directory "/usr/local/nagios/sbin">
    Options Indexes FollowSymLinks +ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
...


Maybe your fault is that in your config the plus sign (+) in front of
the ExecCGI is missing...

Also the rights of all files in this directory should be at least
755(dec), so the webserver process
is able to execute the files. 

-- 
Kind regards

Thomas Voigt


_______________________________________________
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


_______________________________________________
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