Okay, I'm at a certain point where I feel a huge amount of stupidity on myself because of reading hundreds of manual and instruction pages and still not getting it. I hope you can help me!
I have a server running Ubuntu Server. On the server I'm running ddclient for updating my IP with dyn.com. There I have a domain "rasterkomplex.net" which points to the updated IP. Easy.
There is also a camera connected to the server which runs it's own webserver @ port 3360.
When I'm now entering: rasterkomplex.net:3360 - voilà. But now comes 2 minecraft server running simultaneously on 5001 and 5002. For every mc-server, there's the dynmap-plugins which runs also a webserver on different port. And then a webstorage on... you get it? I don't want to remember like 8 or more ports, just for accessing the related service.
What I want to accomplish:
cam.rasterwerks.net -> internal to 127.0.0.1:3360
mc1.rasterwerks.net -> internal to 127.0.0.1:5001
mc2.rasterwerks.net -> internal to 127.0.0.2:5002
etc. etc. etc.
I read a lot about VHosts, ProxyPass etc. But I'm not able to manage it getting work.
Can you give me a direction how to accomplish this? If it has to do with VHosts, maybe a sample?
Thank you very very much for your time!
Regards,
Elias.