Proxy server for multiple web servers

I have several servers that provide web hosting on ports 80 and 443. These servers are on a network with a single public IP. I need to forward the requests that arrive to that public ip to the corresponding server depending on the URL string that has been used in the client's browser. I understand that this is done by installing a proxy server which is what does this job. However the solutions I found are usually integrated with more features than proxy server. I already have my web servers working properly. I need something simple to implement and maintain that exclusively does this function so that I don't have to make any modifications to the servers that are already working.

I have several servers that provide web hosting on ports 80 and 443. These servers are on a network with a single public IP. I need to forward the requests that arrive to that public ip to the corresponding server depending on the URL string that has been used in the client's browser. I understand that this is done by installing a proxy server which is what does this job. However the solutions I found are usually integrated with more features than proxy server. I already have my web servers working properly. I need something simple to implement and maintain that exclusively does this function so that I don't have to make any modifications to the servers that are already working.

3 users upvote it!

4 answers