You’re currently running your Rails app through CGI. The mongrel
instance is untouched when you make a request through their Apache
server. A brand new instance of Ruby, Rails, and your app are loaded
up for each request (ugggh) because Apache doesn’t know anything about
how it’s supposed to proxy the requests. It’s really easy to proxy
from Apache directly to mongrel.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.