Host a subdomain from an IIS7 server on another server
        Posted  
        
            by brennanmur
        on Server Fault
        
        See other posts from Server Fault
        
            or by brennanmur
        
        
        
        Published on 2010-06-09T07:13:08Z
        Indexed on 
            2010/06/09
            7:23 UTC
        
        
        Read the original article
        Hit count: 342
        
I am running a network with two server, one running SBS 2008 which hosts a majority of the network services (DNS, DHCP, Exchange, IIS, DC, AD...), including the primary webpage at mydomain.com. The other server is a linux box running an apache web server. I'm trying to set the apache server to host the site site2.mydomain.com. I have changed the DNS settings on the first server so that site2.mydomain.com can be accessed from the internal network, but I cannot access site2.mydomain.com from the internet. I have tried using server farms and application request routing cache, as described on this page, http://forums.iis.net/t/1156458.aspx, but I still can't access site2.mydomain.com from the internet.
I don't have much experience with web servers, I usually just administer local networks, so I'm not sure if I'm going about this the right way. Any help or suggestions would be much appreciated.
© Server Fault or respective owner