Re: RE: Nagios Home Page
Posted: Thu Mar 28, 2013 9:44 am
You have declared "AuthType Digest" which uses htdigest, whereas the default "AuthType Basic" uses htpasswd. Additionally, did you fix the ScriptAlias path?
Support for Nagios products and services
https://support.nagios.com/forum/
I don't really understand why nagios is behaving so weird or the problem is with the newer version of webserver. I am sick to work on one environment since last 2 weeks. God would be the only one who might have known answer to this situation......[auth_basic:error]AH01617: user nagiosadmin: authentication failure for "/nagios/": Password Mismatch
Code: Select all
ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin/"
<Directory "/usr/local/nagios/sbin/">
Options ExecCGI
AllowOverride AuthConfig
Require all granted
AuthName "Nagios Web Access"
AuthType Digest
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
ScriptAlias /nagios "/usr/local/nagios/share/"
<Directory "/usr/local/nagios/share/">
Options None
AllowOverride AuthConfig
Require all granted
AuthName "Nagios Web Access"
AuthType Digest
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
what is it actually.....what type of file is it on core 3.4.4"/nagios/"