I'm getting this error in the logs:
SoftException in Application.cpp:601: Directory "[...]" is writeable by group
which is true, but another directory in the same virtualhost and with same ownership and permissions (775) is working fine.
What makes apache complain about a directory with group write permissions? I'd like to solve this by convincing apache that it's ok rather than removing write permission for group (which I need).
EDIT: I found out that error is due to suexec, still that doesn't explain why one directory works while the other one does not