Currently, I have one box that hosts 5 websites. I would like to split it up to other spare boxes that I have laying around.
I want to have the one box, with the static IP address, accept the incoming HTTP request... then redirect the user to another box on the network that hosts the files for the website that they requested.
I figured I could just change the Document Root for the various domains to point to a network share hosted on the remote box, but I'm not sure if its that simple. I suppose the problem also comes in when one of the shares will be based on windows xp due to an ASP.Net requirement. I can see the linux box fine from my windows box, courtesy of samba... but I can't see my windows box from my linux box... any suggestions?