I can't log in to Nagios web interface
Posted
by
M. Saâd
on Server Fault
See other posts from Server Fault
or by M. Saâd
Published on 2012-09-10T01:55:35Z
Indexed on
2012/09/10
3:39 UTC
Read the original article
Hit count: 525
When i try to login to Nagios in my web browser and after having repeatedly enter my login and password on my Nagios page http://127.0.0.1/nagios/
, i get this :
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Apache/2.2.15 (Red Hat) Server at 127.0.0.1 Port 80
I changed the password :
htpasswd -c /etc/nagios/htpasswd.users nagiosadmin
And restart the server :
service httpd restart
But without result !
© Server Fault or respective owner