Assign subdomains to separate ports on web server
- by Michael Frank
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 webUIs that I'd like to assign subdomains:
192.168.1.1:8000 becomes example.com/webui1/
192.168.1.1:8001 becomes example.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.