the load module is on one line i'm assuming that Passenger is loading, but not 100% sure how to check. How can I pull up the log files?
thanks, Jason On Mon, Mar 21, 2011 at 10:08 AM, Frederick Cheung <[email protected]> wrote: > On Mar 21, 1:43 pm, jason white <[email protected]> wrote: >> >> <VirtualHost *:80> >> ServerName turn2.co >> ServerAliaswww.turn2.co >> >> DocumentRoot /var/www/public_html/turn2/public >> >> </VirtualHost> >> >> my apache config file looks like this: >> >> LoadModule passenger_module >> /usr/lib/ruby/gems/1.8/gems/passenger-3.0.5/ext/apache2/mod_passenger.so >> PassengerRoot /user/lib/ruby/gems/1.8/gems/passenger-3.0.5 >> PassengerRuby /usr/bin/ruby1.8 >> >> i'm sure i'm missing something minor, any help would be greatly appreciated >> > Is passenger actually loaded (perhaps take a look in the apache error > logs) ? Is the LoadModule directive on two lines in your config file > (or is that just a mail client or relay wrapping the text) ? > > Fred >> Jason > > -- > 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. > > -- 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.

