>
> but I still got error when I access www.abc.org:
> [Thu Oct 23 22:37:33 2008] [error] [client 123.115.174.137]
> (13)Permission denied: access to /abcorg/index.htm denied.
>
> Is there any folder permission I need to set in /var/www/html/abcorg ?

On linux, namei -m /var/www/html/abcorg gives you a nice  concise view.

Every dir has to be readable by the apache user (usually the "other"
permissions), and the final directory also must be executable.  This
could also be SELinux, if that's possible on your system.

http://wiki.apache.org/httpd/13PermissionDenied

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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