>> Would you mind having a look at >> http://svn.debian.org/viewsvn/collab-maint/deb-maint/fcgiwrap/trunk/debian/init?revision=18335 >> >> to see if this is what you're looking for? > > That's pretty close to what I'm already using, yes. Thanks.
Just looked over it again, and actually, it's not right. This part is off: # Socket owner/group (defaults to FCGI_USER/FCGI_GROUP if not defined) FCGI_SOCKET_OWNER="www-data" FCGI_SOCKET_GROUP="www-data" The settings contradict the comment. Instead, you should do something like FCGI_SOCKET_OWNER="${FCGI_SOCKET_OWNER:-$FCGI_USER}" FCGI_SOCKET_GROUP="${FCGI_SOCKET_GROUP:-$FCGI_GROUP}" after you read the user configuration from /etc/default. Sorry I didn't catch this the first time. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org