internal error page when setting something into maintenance
Posted: Mon Nov 18, 2013 1:13 pm
Anytime I try to post something into maintanance mode I get an internal error page ... this is the error spit out in my httpd logs:
this is the error I get on the web page:
I have not found a whole lot, I checked permissions on the directories and files, and they look to be owned by nagios, and are 0775.
Code: Select all
==> error_log <==
[Mon Nov 18 11:59:26 2013] [warn] [client 10.222.253.97] Timeout waiting for output from CGI script /usr/local/nagios/sbin/cmd.cgi, referer: http://10.10.0.70/nagios/cgi-bin/cmd.cgi?cmd_typ=55&host=client315_node01
[Mon Nov 18 11:59:26 2013] [error] [client 10.222.253.97] Premature end of script headers: cmd.cgi, referer: http://10.10.0.70/nagios/cgi-bin/cmd.cgi?cmd_typ=55&host=client315_node01
==> access_log <==
127.0.0.1 - - [18/Nov/2013:12:01:24 -0600] "GET / HTTP/1.0" 200 - "-" "check_http/v1.4.15 (nagios-plugins 1.4.15)"
==> error_log <==
[Mon Nov 18 12:01:26 2013] [warn] [client 10.222.253.97] Timeout waiting for output from CGI script /usr/local/nagios/sbin/cmd.cgi, referer: http://10.10.0.70/nagios/cgi-bin/cmd.cgi?cmd_typ=55&host=client315_node01
==> access_log <==
10.222.253.97 - nagiosadmin [18/Nov/2013:11:57:26 -0600] "POST /nagios/cgi-bin/cmd.cgi HTTP/1.1" 500 610 "http://10.10.0.70/nagios/cgi-bin/cmd.cgi?cmd_typ=55&host=client315_node01" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0"
[root@vmmgmtappnagios httpd]#
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.I have not found a whole lot, I checked permissions on the directories and files, and they look to be owned by nagios, and are 0775.