I use passenger to, and it works like a charm. this is what i got in my /etc/apache2/sites-available/rails
<VirtualHost *:80> ServerName rpdam.local DocumentRoot /home/rahmat/Rails-Projects/pdam/public RailsEnv development </VirtualHost> and this is in my /etc/hosts 127.0.0.1 rpdam.local hopes this helps... On Sat, Jun 6, 2009 at 7:56 PM, Rick DeNatale <[email protected]>wrote: > > On Sat, Jun 6, 2009 at 5:39 AM, Mk 27<[email protected]> > wrote: > > > > Steve Ross wrote: > >> Are you watching your logs? You should have all kinds of information > > about what went wrong. Are you running in development or production > > mode? > > > > As I mentioned earlier, there is *NO* output to any logs by passenger, > > other than > > > > Apache/2.2.10 (Unix) DAV/2 Phusion_Passenger/2.2.2 configured -- > > resuming normal operations > > Anything in the rails log for your environment which should be in > /var/www/html/docsearch/log > > -- > Rick DeNatale > > Blog: http://talklikeaduck.denhaven2.com/ > Twitter: http://twitter.com/RickDeNatale > WWR: http://www.workingwithrails.com/person/9021-rick-denatale > LinkedIn: http://www.linkedin.com/in/rickdenatale > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

