I've installed nagios on centOS 6.5 with plesk installed too and I keep getting the "Internal server error" when I try to access to "host".
I've tried to install nagios in the plesk directory like /var/www/vhosts/###/nagios-dev/ but it's not working either.
I also disabled SELinux.
I can't find anything wrong in the different log
Apache log :
Code: Select all
Fri Jun 20 13:54:36 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Jun 20 13:54:36 2014] [notice] Digest: generating secret for digest authentication ...
[Fri Jun 20 13:54:36 2014] [notice] Digest: done
[Fri Jun 20 13:54:36 2014] [error] python_init: Python version mismatch, expected '2.6.5', found '2.6.6'.
[Fri Jun 20 13:54:36 2014] [error] python_init: Python executable found '/usr/bin/python'.
[Fri Jun 20 13:54:36 2014] [error] python_init: Python path being used '/usr/lib64/python26.zip:/usr/lib64/python2.6/:/usr/lib64/python2.6/plat-linux2:/usr/lib64/python2.6/lib-$
[Fri Jun 20 13:54:36 2014] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Fri Jun 20 13:54:36 2014] [notice] mod_python: using mutex_directory /tmp
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jun 20 13:54:36 2014] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Jun 20 13:54:36 2014] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.9 mod_python/3.3.1 Python/2.6.6 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_perl/2.0.4 Perl/v5.10.1 conNagios log :
Code: Select all
[1403265691] qh: Socket '/var/www/vhosts/emams.info/nagios-dev.emams.info/var/rw/nagios.qh' successfully initialized
[1403265691] qh: core query handler registered
[1403265691] nerd: Channel hostchecks registered successfully
[1403265691] nerd: Channel servicechecks registered successfully
[1403265691] nerd: Channel opathchecks registered successfully
[1403265691] nerd: Fully initialized and ready to rock!
[1403265691] wproc: Successfully registered manager as @wproc with query handler
[1403265691] wproc: Registry request: name=Core Worker 17574;pid=17574
[1403265691] wproc: Registry request: name=Core Worker 17575;pid=17575
[1403265691] wproc: Registry request: name=Core Worker 17576;pid=17576
[1403265691] wproc: Registry request: name=Core Worker 17573;pid=17573
[1403265691] Successfully launched command file worker with pid 17577
Thanks in advance