Redmine with Fastcgi / Lighttpd on Gentoo - Error 500
Added by arazer arazer about 14 years ago
Hello, Redmine Crowd,
i have a issue in my Redmine-System, but can´t find the bug.
I´ve checked out Redmine from SVN, Stable-Branch1.0, configured fcgi with lighttpd.
I´m using MySql as the Database Application.
The Login Page works fine, the Admin Login too, but when I try to Access the Administration/Settings or Administration/User Page there is a Error 500 (Internal Server Error).
Do you have any ideas regarding this issue?
I aprecciate your Help,
arazer
Replies (1)
RE: Redmine with Fastcgi / Lighttpd on Gentoo - Error 500 - Added by Felix Schäfer about 14 years ago
What do your lighttpd and/or redmine logs (/path/to/redmine/log/production.log
) say?
Anyway, cgi is at best a 3rd class passenger on rails apps, I'd suggest using mongrel or thin or unicorn or whichever other rails server and revers proxy from lighttpd to there.