Sometimes we need to move website to new server, with new IP. In such cases the most problematic part is domain propagation period. In that period part of website users will hit the old server and part of website users will hit new server. The problem is when they will submit some data – if they were on old server then we will have inconsistent data between old and new server. Is there solution for this ?
Category Archives: Apache
ProxyPass to avoid domain propagation problems
When we do relaunch sometime we change also server and we must change DNS to point domain to new IP. It can bring some domain propagation problems. To prevent that you can use Proxy Pass.
