Hi, I've a linux Centos 5 server that host a Vbox virtualmachine with Centos 4. Some domains must be served by the Centos 5 host web server (apache2) and others must be served by the Vbox vm web server (apache2 too). Does anybody know how to configure apache on Centos 5 to do it ? www.domain1.com -> resolve request on centos 5 (no problem) www.domain2.com -> resolve request on centos 5 (no problem) www.domain3.com -> resolve request on centos 4 vm (private-local ip) Thanks in advance Paul
What control panels do you have setup on the servers? Are they in the same DC/network? Regards, SSANZ
There are no control panel installed, it's a Centos5 linux server with no graphical enviroment, just the console, and in the same server I have a VBoxMachine with Centos4. I've root access, (full access). Any idea? Thanks