first create a .htaccess file both in your nagios and in cgi-bin directories. and put the datas below in it <br><br><font><strong><span style="font-weight: normal;">AuthName "Nagios Access"
</span><br style="font-weight: normal;"><span style="font-weight: normal;">AuthType Basic
</span><br style="font-weight: normal;"><span style="font-weight: normal;">AuthUserFile /usr/local/nagios/etc/htpasswd.users
</span><br style="font-weight: normal;"><span style="font-weight: normal;">require valid-user
</span><br style="font-weight: normal;"><br></strong></font>then create a htpasswd.users file with the command below :<br><br><font color="red"><strong>htpasswd -c /usr/local/nagios/etc/htpasswd.users 
nagiosadmin</strong></font> <br><br>and after creating this file u can add as many users as u want.<br>by the way, pay attention to the directories!!! it may be different on your system. <br>(i mean /usr/local/nagios/etc ... etc)
<br><br>(ps: these are all written in the documentation. u should read all the pages again :p)<br><br><br><br><div><span class="gmail_quote">On 11/16/05, <b class="gmail_sendername">Lori Adams</b> <<a href="mailto:ladams@cloudmark.com">
ladams@cloudmark.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">










<div>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">It appears that authentication is setup correctly with
nagios.2.04b and apache 1.  I'm able to use authentication to log in, yet
in the top corner, it says "Logged in as ?".</span></font></p>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Has anyone seen this and remember how to fix it?</span></font></p>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"> </span></font></p>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">-Lori</span></font></p>

</div>





</blockquote></div><br>