Forum Moderators: phranque
Here's what I want to do. I want to be able to host 2 separate domains - www.domain1.com on the Apache Server and www.domain2.com on the Microsoft server - both using the same outside static ip address.
I've got www.domain2.com up and running on the Microsoft server. I have a ns record pointing to the Microsoft server, ns2.domain1.com. I had to open forward ports 80 and 53 in my router to my outside static ipaddress for this to work. In the DNS on my Microsoft server I had to put the outside ip address in the A record for www.domain2.com.
So, since I have port 80 forwarded to the microsoft server how can it forward http requests to the apache server? Any help is greatly appreciated.