Adding user apache to an existing group on CentOS 6.3
Occasionally, for things like include statements, you need to allow the user apache access to a collection of files that don't belong to the apache group. The command below will add the user apache to the existing group somegroup.
$ sudo usermod -a -G somegroup apache