Created attachment 175629 [details] v1 My gitolite fcgi needs to run as user git so that it can read and write to repositories. But the socket is used by nginx, and nginx runs as www. With this patch, I'm able to add: fcgiwrap_git_socket_owner="www" and the socket will have the correct owner.
Got it, thanks. I'll review the patch ASAP.
Hopefully I've set the maintainer-approval flag correctly. In any case, feel free to commit this. Thanks for doing the work, BTW :-)
A commit references this bug: Author: mat Date: Mon Oct 17 12:03:08 UTC 2016 New revision: 424112 URL: https://svnweb.freebsd.org/changeset/ports/424112 Log: Add changing the owner/group/mode for the socket. PR: 213385 Submitted by: mat Approved by: maintainer Sponsored by: Absolight Changes: head/www/fcgiwrap/Makefile head/www/fcgiwrap/files/fcgiwrap.in