Page 1 of 1

getting internal server error with nagios

Posted: Fri Apr 06, 2012 11:21 pm
by sweetchariot
Dear all
i installed nagios on centos. everythins is ok. i can view and login nagios web site. but when i click on every links i recieved error:
-------------------------------------------------
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.
Apache/2.2.3 (CentOS) Server at 192.168.100.17 Port 80
-------------------------------------------------------

all links say this error.
please some body help me.


/etc/httpd/conf.d/nagios.conf :

Code: Select all

AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>

Alias /nagios "/usr/local/nagios/share"

<Directory "/usr/local/nagios/share">
# SSLRequireSSL
Options None
AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>

Re: getting internal server error with nagios

Posted: Sun Apr 08, 2012 8:23 pm
by scottwilkerson
Is this Nagios XI or Nagios Core?

What URL are you accessing at first?

Re: getting internal server error with nagios

Posted: Fri Apr 27, 2012 9:12 am
by collin xu
I got the same error, can anyone help me? :roll:

Re: getting internal server error with nagios

Posted: Fri Apr 27, 2012 9:54 am
by scottwilkerson
I'll ask you the same question I asked before.

Is this Nagios XI or Nagios Core?

What URL are you accessing at first?

What do you see if you run

Code: Select all

tail -f /var/log/httpd/error_log