A very specific post here to serve as a reminder the next time I have to do this: Setting up Ubuntu 7.04 with rails, Apache 2.2, mongrel (clustered), MySQL5, subversion, and deploying with capistrano 2.0. So bleeding edge!
Modifying the number of mongrels after deploying with deprec
In an effort to document everything I do that I had to dig up information for, comes this ridiculous post with a convoluted title. I had a few sites deployed using deprec. I set them up to use 4 mongrel instances, but now wanted to change that. Here's the steps I took...
Deploying a Rails site with Apache 2.2, mod_proxy_balancer, and mongrel
There are ton of articles out there on this, but none of them worked 100% for me. So I wanted to post the steps I usually take, so I can refer back to it the next time I have to do this.