Ruby (Rack) application could not be started
Added by Giorgio m over 12 years ago
I have followed RedmineInstall howto on ubuntu server 12.04 with ruby1.8 and if I start webrick it works but, If I try to use it with apache2 using passenger, I have added under virtual host:
RailsEnv production
RailsBaseUri /redmine
but it doesn't work and I get the error page shown in the attached file (I don't get any particular error in the production.log file). I am not sure if the document root of the virtualHost should be redmine or redmine/public.
Any suggestion on how to configure apache2? what can be that error?
thanks very much
errorpage.png (61.2 KB) errorpage.png | error page |
Replies (1)
RE: Ruby (Rack) application could not be started
-
Added by Giorgio m over 12 years ago
I managed it to work, I had to compile passenger module, configure it by setting correct directories, load it on apache, set permissions and it worked!