atom feed7 messages in ru.sysoev.nginxredmine + rails + nginx
FromSent OnAttachments
Harald LappApr 28, 2009 1:11 am 
Edho P AriefApr 28, 2009 8:00 am 
Guy NaorApr 28, 2009 8:35 am 
Edho P AriefApr 28, 2009 10:21 am 
Guy NaorApr 28, 2009 10:40 am 
Edho P AriefApr 28, 2009 11:20 pm 
Guy NaorApr 29, 2009 8:53 am 
Subject:redmine + rails + nginx
From:Harald Lapp (hara@gmail.com)
Date:Apr 28, 2009 1:11:44 am
List:ru.sysoev.nginx

hello,

i'm currently using nginx as proxy for webrick running redmine. i'm not very happy with this, i would like to run redmine using fastcgi with nginx (without proxying to webrick, mongrel, etc.). however, as i'm new to nginx and not very familiar with ruby/rails, i could need some help.

this is my script for spawning the dispatch.fcgi from redmine:

#!/bin/bash exec 2>&1

export RAILS_ENV=production export LANG=en_US.UTF-8

exec /usr/local/bin/spawn-fcgi -p 9001 -u www-data -g www-data -f /usr/local/redmine/public/dispatch.fcgi

however ... i don't have a clue how to configure nginx fastCGI for redmine/ruby/rails for this spawned process. i've tried different things, but all result in a "500 -- internal server error".

any help is very appreciated!

regards, harald