I just finished installing Nagios on Fedora 12 and I’m having some strange problems.
I can bring up the site and can only access the home and documentation links. All of the other links don’t work correctly. When I click on the links, the .cgi files want to download from the website. I’ve checked my httpd error_log file and only have a “caught SIGTERM, shutting down” error and “Python version mismatch, expected ‘2.6’, found ‘2.6.2’” error. I’ve researched both of these errors and found them not to be serious. Below is a copy of the log:
[Thu May 06 10:09:49 2010] [notice] caught SIGTERM, shutting down
[Thu May 06 10:09:50 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu May 06 10:09:50 2010] [notice] Digest: generating secret for digest authentication …
[Thu May 06 10:09:50 2010] [notice] Digest: done
[Thu May 06 10:09:50 2010] [error] python_init: Python version mismatch, expected ‘2.6’, found ‘2.6.2’.
[Thu May 06 10:09:50 2010] [error] python_init: Python executable found ‘/usr/bin/python’.
[Thu May 06 10:09:50 2010] [error] python_init: Python path being used ‘/usr/lib/python26.zip:/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-dynload’.
[Thu May 06 10:09:50 2010] [notice] mod_python: Creating 4 session mutexes based on 150 max processes and 0 max threads.
[Thu May 06 10:09:50 2010] [notice] mod_python: using mutex_directory /tmp
[Thu May 06 10:09:50 2010] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/5.3.2 mod_python/3.3.1 Python/2.6.2 mod_ssl/2.2.14 OpenSSL/1.0.0-fips-beta4 mod_perl/2.0.4 Perl/v5.10.0 configured – resuming normal operations
What is going wrong here? Any help would be great!