A hosting company has contacted me and is interested in providing Ruby on Rails hosting for their customers. They provide both dedicated and shared hosting. I know there are a lot of shared hosts that support Rails, but most of them (that I've seen) are using mod_fastcgi, or a similar setup. I'm curious what people think about accomplishing this with mongrel with Apache 2.2.
I'm thinking I could use some capistrano tasks or extend their web interface to manage the mongrel and apache configurations. Each user has jailed SSH access, so I could just run the mongrel processes as that user. Does anyone see any issues with this setup? Thanks, Brandon _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
