I have set up an Abyss web server as a little experiment, and I want to know if it is possible to assign subdomains to different ports on the machine the web server is running on.
I have a couple web UIs that I'd like to assign subdomains:
192.168.1.1:8000becomesexample.com/webui1/192.168.1.1:8001becomesexample.com/webui2/
The webUIs are available by accessing their ports via example.com:8000.
I have tried using a reverse proxy, but it seems that this is only usable on one internal IP at a time.
What other options do I have?
Answer is good, but my current set up doesn't meet the requirements. Abyss Web Server X2 is required to use Virtual Hosts with Abyss.
