Easy FastCGI link configuration
Created by: valeriansaliou
Ability to get rid of Unicorn HTTP server and its heaviness would be great.
GitLab could run using FastCGI, there are several modules for Apache & lighttpd enabling easy configuration for Rails apps. For instance with lighttpd: http://redmine.lighttpd.net/projects/1/wiki/LighttpdOnRails
I believe this GitLab configuration mode is critical for many of us running on low-memory systems (Virtual Machines, mostly).
GitLab should provide two HTTP server configuration mode:
- Easy way (Unicorn)
- Light/trickier way (using FastCGI)