Skip to content

main/fcgiwrap: Allow configuration of user:group

Paul W. Rankin requested to merge (removed):patch-1 into master

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.

Merge request reports