<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] 403 forbidden error</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Did you put a username/password in /usr/local/nagios/etc/htpasswd.users that you know is correct?<BR>
<BR>
You’re supposed to get a 403 until you supply the username and unhashed-password from that file.<BR>
<BR>
<BR>
On 5/14/10 4:52 AM, "prasanth katakam" <<a href="prasanth.katakam@gmail.com">prasanth.katakam@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear team,<BR>
<BR>
i was new to nagios, after installing when i try to open through browser<BR>
<BR>
i got an error like 403 forbidden<BR>
you dont have permission to access /nagios/ on this server<BR>
<BR>
httpd error log<BR>
--------------------<BR>
<BR>
[root@localhost conf]#  cat /var/log/httpd/error_log<BR>
<BR>
[Fri May 14 14:15:12 2010] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/html/<BR>
[Fri May 14 14:18:20 2010] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /usr/local/nagios/share/<BR>
[Fri May 14 14:18:41 2010] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /usr/local/nagios/share/<BR>
<BR>
<BR>
httpd.conf<BR>
----------------<BR>
<BR>
[root@localhost conf]# vi /etc/httpd/conf/httpd.conf <BR>
<BR>
<Directory "/usr/local/nagios/sbin"><BR>
    Options ExecCGI<BR>
    AllowOverride None<BR>
    Order allow,deny<BR>
    Allow from all<BR>
    AuthName "Nagios Access"<BR>
    AuthType Basic<BR>
    AuthUserFile /usr/local/nagios/etc/htpasswd.users<BR>
    Require valid-user<BR>
</Directory><BR>
<BR>
Alias /nagios /usr/local/nagios/share<BR>
<BR>
<Directory "/usr/local/nagios/share"><BR>
    Options None<BR>
    AllowOverride None<BR>
    Order allow,deny<BR>
    Allow from all<BR>
    AuthName "Nagios Access"<BR>
    AuthType Basic<BR>
    AuthUserFile /usr/local/nagios/etc/htpasswd.users<BR>
    Require valid-user<BR>
</Directory><BR>
<BR>
kindly do the needfull<BR>
<BR>
Prasanth.Katakam<BR>
9966655246<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>------------------------------------------------------------------------------<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%">_______________________________________________<BR>
Nagios-users mailing list<BR>
<a href="Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><BR>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><BR>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <BR>
::: Messages without supporting info will risk being sent to /dev/null<BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>