|
Home > Archive > Web Servers on Unix and Linux > September 2004 > no access to /index.html
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
no access to /index.html
|
|
|
| ===
Forbidden
You don't have permission to access /index.html on this server.
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
Apache/2.0.46 (Red Hat) Server
===
DocumentRoot resides on an NFS share; however, ServerRoot is on the
local file system. So the Apache LOCK notes presumably only apply to
the ServerRoot.
User Apache
Group Apache
htdocs are owned by the creator, not Root or Apache. 755 permissions on
all.
As a newbie, what am I overlooking?
--Mike Shion
| |
| David Efflandt 2004-09-23, 9:20 am |
| On Sat, 04 Sep 2004 18:26:36 GMT, Shion <user@example.net> wrote:
>===
> Forbidden
> You don't have permission to access /index.html on this server.
>
> Additionally, a 403 Forbidden error was encountered while trying to use
> an ErrorDocument to handle the request.
>
> Apache/2.0.46 (Red Hat) Server
>===
>
>
> DocumentRoot resides on an NFS share; however, ServerRoot is on the
> local file system. So the Apache LOCK notes presumably only apply to
> the ServerRoot.
>
> User Apache
> Group Apache
>
> htdocs are owned by the creator, not Root or Apache. 755 permissions on
> all.
>
> As a newbie, what am I overlooking?
>
> --Mike Shion
What do logs say? Do all directories in path have at least 701
permission? Any allow or deny directives for higher dir that limit
access?
--
David Efflandt - All spam ignored http://www.de-srv.com/
|
|
|
|
|