So there is no main nagios config file that the index.php is using to be able to find the .cgi nagios file via Apache?
Should I change the paths in the index.php file to get this working?
Search found 7 matches
- Mon Aug 11, 2014 8:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
- Mon Aug 11, 2014 5:36 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Re: Nagios4 and apache 2.4
If found the problem, my index.php have wrong paths to the files.
If I surf to the main.php or other cgi everything is ok.
Is there a main config file to change of the path to the other files?
Jan
If I surf to the main.php or other cgi everything is ok.
Is there a main config file to change of the path to the other files?
Jan
- Wed Aug 06, 2014 1:04 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Re: Nagios4 and apache 2.4
What did you do to fix the errors: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/gd.so' - Shared object "libfreetype.so.9" not found, required by "gd.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/l...
- Tue Aug 05, 2014 1:16 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Re: Nagios4 and apache 2.4
Yes I have both. I also have cacti installed on the same pc and Cati is using PHP without any problem. The httpd-error.log is celan now after "apachectl restart" but still I have problem with Nagios4. [Tue Aug 05 09:45:11.226302 2014] [mpm_prefork:notice] [pid 59294] AH00169: caught SIGTER...
- Mon Aug 04, 2014 1:22 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Re: Nagios4 and apache 2.4
This was the old 2.2 that was working: <Directory /usr/local/www/nagios> Options +Indexes FollowSymLinks +ExecCGI AllowOverride Indexes AuthConfig FileInfo Order allow,deny Allow from all AuthName "Nagios Access" AuthType Basic AuthUSerFile /usr/local/etc/nagios/htpasswd.users Require vali...
- Fri Aug 01, 2014 9:06 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Re: Nagios4 and apache 2.4
I get two frames. The right one with The webpage cannot be found and This error (HTTP 404 Not Found) and the left just shoing path to diffrent CGI like below. Current Status /tac.cgi" target="">Tactical Overview /statusmap.cgi?host=all" target="">Map /status.cgi?hostgro...
- Fri Aug 01, 2014 3:43 am
- Forum: Open Source Nagios Projects
- Topic: Nagios4 and apache 2.4
- Replies: 13
- Views: 18002
Nagios4 and apache 2.4
Hi all, My first topic on this forum. I am running Nagios 4.0.7 on a FreeBSD 8.4 and apache. After upgrade apache from 2.2 to 2.4 I have now problem to get the web interface fully up and running again. Yes I know the apache have change the ACL, but there most be more for nagios4. Any friendly person...