Reverse Proxy in Apache2 (Ubuntu 10.04) for CouchDB

This specific content was written 14 years ago. Please keep this in mind as it may be outdated and not adhering to best-practices.

Installing Modules

There are various sites with instructions that did not work.
However, following the instructions here> http://abhirama.wordpress.com/2008/11/03/apache-mod_proxy-in-ubuntu/ did the trick.

The reverse proxy module was installed:

sudo apt-get install libapache2-mod-proxy-htm

Libxml was installed:

apt-get install libxml2-dev