Trouble installing RoR on Lighttpd with FastCGI socket

Hi all!

I'm trying to install RoR in my lighttpd server environment, which has multiple users and domains.

I want the lighttpd process to pass all work to RoR through an already existing FastCGI socket for each Rails application. The FastCGI "socket daemon" which basically just waits for work from the lighttpd process must run as a specific UID/GID (to prevent cross site file access).

A have an existing similar setup with PHP on the same server, like the one described here: HowToSetupFastCgiIndividualPermissions - Lighttpd - lighty labs -- Basically I want to do the same with Rails.

Any ideas?

~Silverjam :slight_smile: