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:...