Title: No Luck with Apache and Nagios

You might want to look for an “include” statement in your httpd.conf.  you probably have a nagios.conf that is already being loaded.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric X. Holzapfel
Sent: Wednesday, December 07, 2005 7:05 PM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] No Luck with Apache and Nagios

 

 

_____________________________________________

 

Hello List,

I am trying to run Nagios 2.0b5 on RH Fedora 4 with apache 2.0.54

I can start nagios ok, and both the –v, -s, and status report ok.  The nagios.log file reports startup and monitoring info ok.

The problem is with apache.  I am completely unable to use apache.  If I try to put these lines in my httpd.conf file, apache errors with a warning, that the alias won’t work because there is an earlier alias and script alias, etc.

ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/

<Directory "/usr/local/nagios/sbin/">

    AllowOverride AuthConfig

    Options ExecCGI

    Order allow,deny

    Allow from all

</Directory>

And

Alias /nagios/ /usr/local/nagios/share/

<Directory "/usr/local/nagios/share">

    Options None

    AllowOverride AuthConfig

    Order allow,deny

    Allow from all

</Directory>

Any ideas?????

When I try to go to http://localhost/nagios I get page not found, etc

Thanks,

eric




Reply via email to