Title: No Luck with Apache and Nagios
Did you try compiling Apache from source? If not, give that a shot. You might be tripping up on an older config. Also, you could try the default config files if they are still there. httpd-std.conf would be the file name. Start Apache with just the default config file just to make sure it starts and then add your changes.
 
Todd
----- Original Message -----
Sent: Wednesday, December 07, 2005 8:04 PM
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