Its stange because I don&#39;t have any .htacces file. What I have inside my web directory is a single index.html file and its permission is 777. The user home directory is already world executable by default.<br><br><br><div class="gmail_quote">
On Thu, Mar 11, 2010 at 7:15 AM, Craig White <span dir="ltr">&lt;<a href="mailto:craigwhite@azapple.com">craigwhite@azapple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have problem with my new apache virtual host setup in my fedora 12<br>
&gt; server. I can&#39;t access it in the browser and I am receiving error 403.<br>
&gt; Please see the error below in my error_log.<br>
&gt;<br>
&gt;         [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]<br>
&gt;         (13)Permission denied: /home/user/.htaccess pcfg_openfile:<br>
&gt;         unable to check htaccess file, ensure it is readable<br>
&gt;         [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]<br>
&gt;         (13)Permission denied: /home/user/.htaccess pcfg_openfile:<br>
&gt;         unable to check htaccess file, ensure it is readable<br>
&gt;         [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]<br>
&gt;         (13)Permission denied: /home/user/.htaccess pcfg_openfile:<br>
&gt;         unable to check htaccess file, ensure it is readable<br>
&gt;<br>
&gt; I already disabled se linux and change the ownership of the<br>
&gt; &quot;/home/user/public_html&quot; directory to user &quot;user&quot; and group &quot;user&quot;. I<br>
&gt; also change the file permission to 777 but I&#39;m still having error 403.<br>
&gt; Please see my virtual host config below:<br>
&gt;<br>
&gt;         NameVirtualHost *:80<br>
&gt;         &lt;VirtualHost *:80&gt;<br>
&gt;             ServerAdmin root@localhost<br>
&gt;             DocumentRoot /home/user/public_html<br>
&gt;             ServerName <a href="http://example.com" target="_blank">example.com</a><br>
&gt;             ServerAlias <a href="http://www.example.com" target="_blank">www.example.com</a><br>
&gt;             ErrorLog /home/user/logs/error_log<br>
&gt;             CustomLog /home/user/logs/access_log common<br>
&gt;             &lt;Directory /home/user/public_html&quot;&gt;<br>
&gt;                 Options Indexes FollowSymLinks<br>
&gt;                 AllowOverride None<br>
&gt;                 Order allow,deny<br>
&gt;                 Allow from all<br>
&gt;             &lt;/Directory&gt;<br>
&gt;         &lt;/VirtualHost&gt;<br>
&gt;<br>
&gt; Please help me. I don&#39;t know what seems to be the problem.<br>
</div></div>----<br>
seems pretty clear from the error...<br>
<div class="im"><br>
Permission denied: /home/user/.htaccess pcfg_openfile: unable to check<br>
htaccess file, ensure it is readable<br>
<br>
</div>Given your intention to run without any security whatsoever, you might<br>
as well just do...<br>
<br>
chmod 777 /home/user/.htaccess<br>
<br>
I hope that you don&#39;t intend to make this accessible to the Internet.<br>
<br>
Craig<br>
<font color="#888888"><br>
<br>
<br>
--<br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
</font><div><div></div><div class="h5"><br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Richard R. Cahilig<br><a href="http://www.cahilig.org">http://www.cahilig.org</a><br><a href="http://www.aklan-linux.org">http://www.aklan-linux.org</a><br><br>