getting internal server error with nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sweetchariot
Posts: 1
Joined: Fri Apr 06, 2012 11:19 pm

getting internal server error with nagios

Post 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>
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: getting internal server error with nagios

Post by scottwilkerson »

Is this Nagios XI or Nagios Core?

What URL are you accessing at first?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
collin xu
Posts: 1
Joined: Sun Sep 25, 2011 12:28 am

Re: getting internal server error with nagios

Post by collin xu »

I got the same error, can anyone help me? :roll:
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: getting internal server error with nagios

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked