Are you watching your logs? You should have all kinds of information about what went wrong. Are you running in development or production mode? Really, the Phusion documentation is kick-ass great. I would guess that shared hosts are using Passenger, several VPS services I know of are including it in their recommended Rails stack. I'm currently running 5 sites on one server under Passenger.
Yeah, people are using it. On Jun 5, 2009, at 12:46 PM, Mk 27 wrote: > > Okay, I added an alias for "dev.docsearch.net" and httpd.conf now > contains: > > <VirtualHost *:80> > ServerName dev.docsearch.net > DocumentRoot "/var/www/html/docsearch/public/" > </VirtualHost> > > which does take me to the index.html, but if I try a method I get a > rails message: > > "We're sorry, but something went wrong." > > Unfortunately, there is *absolutely no information* about the > "something" error to find, either in docsearch/logs or in the apache > logs. Up to now I've just been working in a "development" > environment. > Does that have anything to do with it? > -- > Posted via http://www.ruby-forum.com/. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

