Topic: Setting up Mongrel and mod_proxy on a CPanel server
Having just moved to a new server and getting fed up with the quirks of getting FastCGI to work, I finally looked into Mongrel. It turns out it's pretty easy to set up, so I wrote this how-to on my blog and thought I'd share it here.
Installing Mongrel
This, amazingly, is a really simple three-step process as described on the Mongrel homepage:
$ sudo gem install mongrel
$ cd /home/USER/myrailsapp
$ mongrel_rails start -d
I was expecting to need to do more, but this much seriously will give you a mongrel server running in three commands. There
Last edited by adamp (2006-08-21 12:52:17)