I have multiple Rails apps running on my Bitnami Rubystack (2.0.0-17 Windows).
myapp1 on port 3001
myapp2 on port 3002
myapp3 on port 3003
I have DNS A-records pointing to my server x.x.x.x, on domain example.com with the following subdomains:
myapp1-domain.example.com
myapp2-domain.example.com
myapp3-domain.example.com
I can reach each of them with their respective portnumbers:
myapp1-domain.example.com:3001
How can I configure Apache to accept requests at port 80 and route them to the localport? Now I have to create new firewall rules for every app.