On Feb 20, 2009, at 12:55 AM, Yochai Meir wrote:
The config folder is drw-rw-r-- 2 apache users 4096 Feb 20 03:19 config
That is your problem. Directories need the executable bit set.
The config directory should be :
drwxr-xr-x
I would "sudo chmod 755 config" and try again.