On Wed, Apr 9, 2008 at 8:37 AM, Chris Romano &lt;<a href="mailto:romano.chris@gmail.com">romano.chris@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; You need to look at whether Apache is allowing or denying access to the<br>
&gt; directory...<br>
&gt;<br>
&gt; Check &nbsp;/etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/*.conf<br>
&gt;<br>
&gt;<br>
<br>
</div>Are you talking about this?<br>
<br>
&lt;VirtualHost *:80&gt;<br>
 &nbsp; ServerAdmin <a href="mailto:webmaster@calvaryofwashington.com">webmaster@calvaryofwashington.com</a><br>
 &nbsp; DocumentRoot /var/www/html/<a href="http://calvaryofwashington.com/" target="_blank">calvaryofwashington.com/</a><br>
 &nbsp; ServerName <a href="http://www.calvaryofwashington.com" target="_blank">www.calvaryofwashington.com</a><br>
 &nbsp; ServerAlias <a href="http://calvaryofwashington.com" target="_blank">calvaryofwashington.com</a><br>
 &nbsp; ErrorLog logs/calvaryofwashington.com-error_log<br>
&lt;/VirtualHost&gt;<br>
<div><div></div><div class="Wj3C7c"><br>
Chris<br>
</div></div></blockquote></div><br>Yes, you a node inside that vhost like:<br><br>&lt;Directory &quot;/var/www/html/<a href="http://calvaryofwashington.com">calvaryofwashington.com</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp; Order Allow,Deny<br>
&nbsp;&nbsp;&nbsp; Allow from all<br>&nbsp;&nbsp;&nbsp; DirectoryIndex index.html<br>&lt;/Directory&gt;<br>