Hi Jason, On Mon, Mar 21, 2011 at 10:17 AM, jason white <[email protected]> wrote: > 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?
Easiest way to see if Passenger is running is ps -eaf You should see a couple of lines in the list like those below if it is. root 18386 3685 0 Mar20 ? 00:00:01 /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/ext/apache2/ApplicationPoolServerExecutable 0 root 18387 18386 0 Mar20 ? 00:00:00 Passenger spawn server HTH, Bill -- 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.

