I'm running multiple Node.js Server on different ports and using Websocket in my client to connect with these different servers. Clients are making Ajax calls without websocket also using given server ports and everything is working fine.
Now the problem is that because I'm using nonstandard ports to run multiple node.js server so while making calls from client side, they are being blocked by firewall. So I want to introduce an Apache proxy in between and send all the retests to apache on standard port 80 and then interact with multiple Node.js servers in the background. I tried to explain existing and desired senario in attached file.
Need your help to have appropriate Apache proxy configuration to make it work.
