after installing nagios I’m getting 500 errors (Internal Server Error) trying to access ANY of the .cgi’s
Apache error_log:
[Sat Nov 03 21:29:14 2007] [error] [client 216.40.38.232] Premature end of script headers: tac.cgi, referer: pgesystems.com/nagios/side.html
[Sat Nov 03 21:29:14 2007] [error] [client 216.40.38.232] script not found or unable to stat: /usr/local/nagios/sbin/style, referer: pgesystems.com/nagios/cgi-bin/tac.cgi
Be sure that permissions are set correctly on CGIs
Execute a CGI from the command line and see what happens
most commonly caused by a bad ftp in that there were transferred as binary rather than ASCII
Try ftping them to the host again and check the permissions. Then try to execute one from the command line. Post your results