On Tue, Aug 19, 2008 at 14:00, Ch Praveena <[EMAIL PROTECTED]> wrote:

> I am sure that I am currently running from ROOT user completely.

So you have the line  "User root" in your httpd.conf?
This is very unwise. Also very unlikely.

Apache has it's own access control system. In order to be able to view
a certain resource the following conditions must be met:
1) The access control statemetns in httpd.conf must allow access.
2) The user apache runs as (and this is usually not the same user you
start it as) must have read access on the resource (and it's
directory)
3) The resource must exist.

>From your error log I get the impression that the user the apache
daemon runs at does not have read access to your webroot. You need to
fix that.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to