Computing Staff
  • 2

Winserver 2003 + Mysql + Subdomain Definition

  • 2

Hello there,

I have limited knowledge about this so I am sorry if while I am asking some things are not quite right.

Currently I use mySQL workbench and 2 databases on win server 2003 which i access with my d2r server each at a different port of the same ip, (eg ip/2020 for the 1st and ip/2021 for the second) and everything is working great.
That is if i type on my browser the main ip and differentiate on the port I have D2R server 1 or D2R server 2, but I have to define the following:
My server’s ip wwww.xxxx.yyyy.zzzz is mapped with lets say address of www.myproject.com and I have to somehow define subdomains as for example

wwww.xxxx.yyyy.zzzz:2020 —-> www.myproject/subproject1

wwww.xxxx.yyyy.zzzz:2021 —-> www.myproject/subproject2

What do i need to make this work?

Please help cause i have no idea from where to start

Thanks

Share

3 Answers

  1. You don’t. Doesn’t work like you imagine.
    You would logon to each and create a favorite which should keep all of your settings.

    what you are asking for is a dns entry that uses ports.
    for example www.myname.com = 200.200.0.2

    dns does not use ports and there is no port entry allowed

    • 0
  2. thanks
    but nevertheless what do i need to do to config win server 2003 to do what i mentioned?

    • 0
  3. It would appear to me you are confusing domains with urls.
    Usually you would configure whatever front end tool you are using [access?] to go to the correct db.

    • 0