On Fri, Oct 2, 2009 at 12:26 AM, John <[email protected]> wrote: > > 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. >
I'd strongly recommend you to use passenger, and it should work out of the box. If it doensn't, you should describe your rails environment and how you installed, because I've experienced problems with debian(like)? packages. You should install only rubygems from Ubuntu packages, then install the gem rubygems-update, and then run update_rubygems (check if it's in the path), and after that install all your gems via gem and not via apt-get/aptitude/synaptic. After that install passenger, build the apache module, create your apache config files, define your vhost, and should work. That's how I've done it in serveral computers, including Ubuntu, Debian and a couple of Arch Linux. Hope it helps. Cheers. PS: Please, try to avoid top-posting, is really hard to follow the conversation with that. -- Leonardo Mateo. There's no place like ~ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

