Am 29.09.2012 19:52, schrieb Neil Bothwick:
> On Sat, 29 Sep 2012 11:08:41 -0400, Allan Gottlieb wrote:
> 
>> When I try http://localhost/~gottlieb, firefox says
>>   "you don't have permission to access /~gottlieb"
>> and the apache error log says
>>   "client denied by server
>> configuration: /local/allan/gottlieb/public_html"
>>
>> The file permissions are ok since both
>>   file:///home/gottlieb/public_html/index.html and
>>   file:///home/gottlieb/public_html
>> work fine.
> 
> It's not file permissions, the error message says "server configuration",
> probably some Allow/Deny magic.
> 
> 

Yeah, now I see it:

"client denied by server configuration:"

        /local/allan/gottlieb/public_html

The file permissions are ok since both
        file:///home/gottlieb/public_html/index.html

So there's /local/allan vs /home/gottlieb

If you correct the DocumentRoot it will work :)

Reply via email to