Subdomains for different applications on Windows Server 2008 R2 with Apache and IIS 7 installed

Posted by Yusuf on Server Fault See other posts from Server Fault or by Yusuf
Published on 2010-05-28T07:40:01Z Indexed on 2010/05/28 7:53 UTC
Read the original article Hit count: 446

I have a home server, on which I have installed Apache, and several other applications that have a Web GUI (JDownloader, Free Download Manager).

In order to access each of these apps (whether be it from the local network or the Internet), I have to enter a different port, e.g.,

http://server:8085 or http://xxxx.dyndns.org:8085 for Apache  
http://server:90   or http://xxxx.dyndns.org:90   for FDM  
http://server:8081 or http://xxxx.dyndns.org:8081 for JDownloader

I would like to be able to access them using sub-domains, e.g,

http://apache.server      or http://apache.xxxx.dyndns.org      for Apache,
http://fdm.server         or http://fdm.xxxx.dyndns.org         for FDM,
http://jdownloader.server or http://jdownloader.xxxx.dyndns.org for JDownloader

First of all, would it be possible like I want it, i.e., both from LAN and Internet, and if yes, how? Even if it's possible only for Internet, I would like to know how to do it, if there's a way.

© Server Fault or respective owner

Related posts about apache

Related posts about networking