Add Codebeamer User to Apache Group (gid)
If apache and Codebeamer operating system users are different (can be checked using id command) apache and Codebeamer operating system users must belong to the same system group (gid).
Typically the name of the apache group is www-data on Ubuntu andapache on Redhat (check your /etc/group).
We suggest to add the Codebeamer user to the apache group. The example below shows that Codebeamer user id is 1002 and it belongs to gid 33 used by apache:
$ id
uid=1002(codebeamer) gid=33(www-data) groups=33(www-data),111(admin)
Was this helpful?