redmine 2.2 + lighttpd 500 error
Added by Anonymous over 12 years ago
Hello,
I'm trying to get redmine up and running with lighttpd at http://redmine.archwomen.org
I keep getting 500 errors and I"m having trouble figuring out how to get this up and running.
here is the output of webrick -e production:
https://gist.github.com/4303132
lighttpd config: https://github.com/archwomen/webserver/blob/master/lighttpd/lighttpd.conf
file permissions:
https://gist.github.com/4303145
If someone could let me know how I can further debug this that would be great. thanks.
Replies (1)
RE: redmine 2.2 + lighttpd 500 error
-
Added by Anonymous over 12 years ago
turns out it was an issue with fastcgi. I switched to unicorn instead and the site is up and running. I'm not sure how to get fastcgi working with rails applications. I tried a lot of different things and nothing worked. :/