Two reasons you might want to do this.
- You want to host a Rails application using Mongrel via Apache and
mod_proxy_balancer.
- You’re studying in a Website administration module for your 3rd year Software Engineering degree :)
Seriously though, if you don’t want to use mod_proxy_balancer, just do a normal apt-get install of Apache 2 and you’ll be fine. mod_proxy_balancer is only available for Apache 2.2, and currently, that’s not available from the Ubuntu repositories via apt-get.
This article only covers installing Apache 2.2 – I’ll write another one for getting Subversion and PHP working shortly afterwards.
(more…)