No Luck with Apache and Nagios
Eric X. Holzapfel
ewh at groupoliver.com
Thu Dec 8 02:04:52 CET 2005
_____________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051207/7003f64c/attachment.html>
More information about the Users
mailing list