Reverse Proxy (mod_rewrite) and Rails (absolute paths)
- by SooDesuNe
I have front end rails app, that reverse proxies to any of a number of backend rails apps depending on URL, for example
http://www.my_host.com/app_one reverse proxies to http://www.remote_host_running_app_one.com
such that a URL like http://www.my_host.com/app_one/users will display the contents of…