Re: Getting a 403 what ever I do
"David" <youcantoo@findmoore.net> wrote in message
news:ksCdnWFMULhcYrzYnZ2dnUVZ_vednZ2d@centurytel.n et...
> Aaron Gray wrote:
>> Hello,
>>
>> I am getting a 403 on anything I try to do with Apache on our new Fedora
>> Core 4 server.
>>
>> ~~~~~~~~~~~~~~~
>> 403 Forbidden
>>
>> You don't have permission to access / on this server.
>> Additionally, a 403 Forbidden error was encountered while trying to use
>> an ErrorDocument to handle the request.
>> ~~~~~~~~~~~~~~~
>>
>> Is this a Linux file permission problem or an Apache problem ?
>>
>> And how do I fix it ?
>>
>> Many thanks in advance,
>>
>> Aaron
>>
>>
> sounds like a configuration problem. What does your
> /var/log/httpd/error_log file show?
I am getting the following two lines repeated for each attempted access :-
[Tue Oct 03 01:25:03 2006] [error] [client 192.168.0.2] (13)Permission
denied: access to /index.html denied
[Tue Oct 03 01:25:03 2006] [error] [client 192.168.0.2] (13)Permission
denied: access to /error/noindex.html denied
Still none the wiser as to whether it is Apache or Linux permissions.
Aaron
|