2 IP Addresses - One site

Ste

Verified User
Joined
Oct 4, 2006
Messages
27
Hi there,

I'm in a situation where I have to change IP addresses on my server; but need two IP addresses to work for one website.

Theory is if I take the first VirtualHost like so:

Code:
<VirtualHost 127.0.0.1:80>

Which works and replicate it so that it looks like:

Code:
<VirtualHost 127.0.1.10:80>

Then both IP addresses should show both websites and if any DNS is pointed to either IP address, the website will work?

Is it possible. Is there an easy way to do this?
 
Back
Top