<div>I'm looking to troubleshoot this error when I run "tail /etc/httpd/logs/error_log"</div>
<div> </div>
<div>[Tue Oct 09 07:22:59 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] Directory index forbidden by rule: /var/www/html/</div>
<div> </div>
<div>(I get this when I run Nagios' "./check_http -H <a href="http://127.0.0.1">127.0.0.1</a>".)<br> </div>
<div>All I did was install CentOS and then modify httpd.conf to include "ServerName     <a href="http://192.168.1.10:80">192.168.1.10:80</a>" and also run " htpasswd -c /etc/nagios/htpasswd.users nagiosadmin".
</div>
<div> </div>
<div>Is this a permissions issue on my /var/www/html/ folder? </div>
<div> </div>
<div>I tried to get the Apache page to serve properly, and it's not doing that.  And when I try from another computer, I don't see anything in the logs, which made me think it was an IPTABLES issue (which it doesn't appear to be).
</div>
<div> </div>
<div>Chain RH-Firewall-1-INPUT (2 references)<br>target     prot opt source               destination<br>ACCEPT     all  --  anywhere             anywhere<br>ACCEPT     icmp --  anywhere             anywhere            icmp any
<br>ACCEPT     ipv6-crypt--  anywhere             anywhere<br>ACCEPT     ipv6-auth--  anywhere             anywhere<br>ACCEPT     udp  --  anywhere             <a href="http://224.0.0.251">224.0.0.251</a>         udp dpt:5353
<br>ACCEPT     udp  --  anywhere             anywhere            udp dpt:ipp<br>ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTAB                 LISHED<br>ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:s                 sh
<br>ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:h                 ttp<br>ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:f                 tp<br>ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:s                 mtp
<br>REJECT     all  --  anywhere             anywhere            reject-with icmp-ho                 st-prohibited<br> </div>