Ok, so, why that did not actually post how i wrote it, i dont know, probably my internet connection. as i am traveling right now.
However, what i MEANT to write is the following:
Ok. So my question this time, is about sub domain systems.
I am trying to set up a website, but one domain, such as sub.domain.net would re-direct visitors to a seperate phisical machine than the main web server.
Such as i have 192.168.1.101 set up as the web server, that gives HTML files to the visitor upon their visiting. Now, if they connect to sub.domain.net, they would be connected to the server at 192.168.1.102
Also, if i can have sub-domains also work for FTP servers and other ports that people would need access to, be re-directed by using the sub-domain. I will be having multiple FTP servers on the network that will be available to other people, and rather than people using ports that are not standard, i would like them to use sub domains to access their server.
The OS is Ubuntu Server 12.04, Web server is Apache2. The internal network speed between servers is up to 100Mbps.
If anyone has a solution to this question, please let me know. thanks.