Using apache for dynamic reverse proxy activities

Apache can be configured as a reverse proxy, using the mod_proxy and mod_proxy_http modules. Using mod_rewrite it is possible to create a simple method to proxy http requests based on the hostname. This does assume that there is a logical (programmatically) relation between the hostname used on the proxy and the hostname of the system that is intended to be reached. We can create a mapping like the one below:...

<span title='2011-10-31 15:09:00 +0000 UTC'>October 31, 2011</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;139 words&nbsp;·&nbsp;wouter