Load Balancing Rails on Apache 2.x
- by revgum
My situation is that I need to proxy traffic to the root of my web server to port 81 for IIS, and then any traffic to a sub-directory needs to be directed to the rails app.
my-server.com/ - needs to proxy to port 81
my-server.com/myapp - needs to point to the rails app
This seems to be working alright for the rails application but the images,…