The source project of this merge request has been removed.
main/fcgiwrap: Allow configuration of user:group
fcgiwrap is currently run hardcoded as fcgiwrap:www-data, which frequently causes permission errors.
Allowing the user & group to be specified in /etc/conf.d/fcgiwrap makes it easier to set up an nginx server without running into these permission problems.