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:
Which works and replicate it so that it looks like:
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?
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?