> Hi, > > --- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: --- > > what user/group is httpd running as? have you verified that httpd has > > read access to the site directory and its contents? > > > > Apache is running as www-data user and all the folders in question are > having 777 permissions.
It's probably better to set your document root permissions to 775, unless you have some special reason you want your users to have write permission. In that case I'd limit "all write" permission to only those areas necessary.
