Hello everyone,
I am working with a web development framework which publish its applications in apache server ports:8080, 8081, 8082, etc.
For instance MyApp1 runs in localhost:8080, MyApp2 runs in localhost:8081, and so on.
What I would like to achieve is that my domains point to a "port" where its application is running in my apache web server, e.g. www.mydomainclient1.com should point to 8080 port and www.mydomainclient2.com should point to 8081 port.
What I have done is I have entered to my Domain Name Provider web site, then went to Total DNS Control and point these domains to my dedicated server IP.
Now, my domains point to mydedicatedserverIP, so when I do www.mydomainclient1.com and www.mydomainclient2.com they both access mydedicatedserverIP, by default 80 port.
The situation I am trying to solve is:
I'd like to have www.mydomainclient1.com pointing directly to mydedicatedserverIP:8080 and www.mydomainclient2.com pointing to mydedicatedserverIP:8081.
What do you think would be a good solution for this? (I hope my question is clear enough due I am not a native english speaker as you can see)
Environment: Linux Debian 5 Lenny, Apache Server 2.2.9-10+lenny8
As I am a newbie in apache server any comment or suggestion will be very appreciated, even if you think is something obvious :-).
Thank you very much for your time and help.
Carlos Balderas