Search found 2 matches
- Mon Feb 24, 2014 12:44 pm
- Forum: Open Source Nagios Projects
- Topic: Centos 6.4 Nagios RPM has CGI problems
- Replies: 3
- Views: 2535
Re: Centos 6.4 Nagios RPM has CGI problems
The issue turned out to be with mod_cgi. I do more work in Ubuntu Server, and on CentOS 6, httpd now kinda sorta supports a2enmod. But only if the module has a .conf file in /etc/httpd/mods-available. On CentOS 6.4, there is no cgi.conf file . So I assumed that it was compiled in, and not loadable. ...
- Sat Feb 22, 2014 4:22 pm
- Forum: Open Source Nagios Projects
- Topic: Centos 6.4 Nagios RPM has CGI problems
- Replies: 3
- Views: 2535
Centos 6.4 Nagios RPM has CGI problems
I've installed Nagios 3.5.1 on a 32-bit Centos 6.4 instance, just using the stock RPM from yum (nagios-3.5.1-1.el6.i686). Apache sees Nagio, I authenticate fine as nagiosadmin, and I can get at the top level nagios page (in my case, http://192.168.33.10/nagios/), which displays fine. The problem is ...