Firstly, this is a programming issue, because I am trying to set up a test / QA server running next to the production server.
Secondly, yes, I have to publish this on Serverfault, but I tried to log in with three different OpenID providers, and every time I get an error, this provider is not supported in the beta version (although the icon is right there ) You must be logged in to post a question.
Wow, good.
I currently have one A record , where @host points to my server IP address, say, 11/11/11. Then I have a CNAME record with a www site pointing to @ from my A record .
The problem is that I have another web server running on 11/11/11/11:8080. I would like to make another CNAME so that the test node points to something like @: 8080
Summarizing:
www.mydomain.com should go to 11/11/11
test.mydomain.com should go to 11/11/11/11:8080
Is it possible? If so, how?
source
share