Item9972: Foswiki/Engine/FastCGI.pm patch to chmod unix domain socket
Priority: Normal
Current State: Closed
Released In: n/a
Target Release: n/a
When using FastCGI with Nginx or any other fast cgi solution that uses unix domain sockets, it's important to be able to specify the permission mode on the unix socket as many systems respect that permission mode. I've attached a patch URL which allows the engine to take a unix socket specification with a colon at the end and an octal mode. It's pretty hacky like that of course, mea culpa if it is out of style boundaries.
--
DaveHayes - 08 Nov 2010
Thanks for the advice, Dave!
I'll review and integrate the patch.
--
GilmarSantosJr - 08 Nov 2010
This patch doesn't apply anymore. Closing due to inactivity.
--
MichaelDaum - 11 Jan 2021
- patch.fcgi: Patch for Foswiki/Engine/FastCGI.pm to allow chmod of unix socket