99 out of 100 times this is due to the folder Apache is attempting to serve not having the correct user/group permissions set on it for Apache to access it properly.<br><br><div class="gmail_quote">On Sun, Jan 29, 2012 at 3:24 AM, Alan Holt <span dir="ltr">&lt;<a href="mailto:berber.it@gmail.com">berber.it@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello to all,<br><br>I&#39;ve web-server Apache:<br><b>[root@services share]# httpd -v<br>Server version: Apache/2.2.17 (Unix)</b><br>
<br>on Fedora Linux:<br><b>[root@services share]# cat /etc/issue<br>Fedora release 14 (Laughlin)<br>
</b><br>And I have domain <a href="http://example.domain.com" target="_blank">example.domain.com</a> where I want to see file listing in the current directory, but when I go in the browser to <a href="http://example.domain.com" target="_blank">example.domain.com</a> I get the next error:<br>

<br><i>Forbidden<br>You don&#39;t have permission to access / on this server.</i><br><br>So I don&#39;t know what is the problem =( <br>My httpd.conf: <br><br><b>&lt;Directory /&gt;<br>     Order allow,deny<br>     Allow from All<br>

     AllowOverride All<br>     IndexOptions +FancyIndexing<br>     Options +Indexes Includes MultiViews FollowSymLinks AuthConfig FileInfo<br>&lt;/Directory&gt;</b><br><br>My .htaccess file: <br><b>[root@services QaTests]# cat .htaccess<br>

Options +Indexes<br></b><br>My directory:<br><b>drwxrwsrwt    5 root apache  4096 Jan 26 17:15 QaTests</b><br><br>What could be a problem I don&#39;t have any idea? <br>Could somebody to help me please ? <br><span class="HOEnZb"><font color="#888888"><br>
--<br>בברכה, <br>
אלכס ברבר<br><a href="tel:%2B9%2072%2054%20285%20952%203" value="+972542859523" target="_blank">+9 72 54 285 952 3</a><br><a href="http://www.linuxspace.org" target="_blank">www.linuxspace.org</a><br>--<br>Best regards.<br>
Alex Berber<br><a href="tel:%2B9%2072%2054%20285%20952%203" value="+972542859523" target="_blank">+9 72 54 285 952 3</a><br><a href="http://www.linuxspace.org" target="_blank">www.linuxspace.org</a><br></font></span></div>

<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>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br></blockquote></div><br>