I am using fcgi and Redmine is accessing the database and building the page, but it can't route to *some* files.
As stated above I am not experienced with Ruby or Rails so I can't tell when Rails is doing something or Ruby is, but I am assuming database access is all Ruby and therefore Rails must be working partially. But somethings wrong and maybe thats it.... I got here because I couldn't get Passenger to work....but if the consensus is for using passenger I'll go back to it, I just got tired of changing too many things at once. thanks, john On Oct 1, 3:15 pm, heimdull <[email protected]> wrote: > You ARE going to need SOMETHING that will execute the rails > environment. Apache does NOT have the required environment out-of-the- > box to run rails. You will need something like: > > fcgi > thin > mongrel > passenger (recommended) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

