This is a discussion on no access to /index.html within the Linux Web Servers forums, part of the Web Server and Related Forums category; === Forbidden You don't have permission to access /index.html on this server. Additionally, a 403 Forbidden error was encountered ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
===
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 |
|
|||
|
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/ |