Re: Moving website to different server

2014-02-02 Thread Veljko
On 2014-Jan-29 18:05, Veljko wrote: > Thanks Jochen, I'll try this in a few days and let you know how it went. In case someone else need something like this, following block worked for me: ProxyRequests off ProxyPass / https://ip_of_new_server:443/ ProxyPassReverse / https://ip_of_new_server:443/

Re: Moving website to different server

2014-01-29 Thread Veljko
On 2014-Jan-29 17:42, Jochen Spieker wrote: > Veljko: > > > > 1. Load modules proxy, proxy_http, headers > > 2. Insert this configuration: > > -- > > ProxyRequests Off > > > > Order deny,allow > > Allow from all > > > > > > ProxyVia On > > ProxyPreserveHost O

Re: Moving website to different server

2014-01-29 Thread Jochen Spieker
Veljko: > > 1. Load modules proxy, proxy_http, headers > 2. Insert this configuration: > -- > ProxyRequests Off > > Order deny,allow > Allow from all > > > ProxyVia On > ProxyPreserveHost On > ProxyPass / https://ip_of_new_server > ProxyDomain mydomain.com >

Re: Moving website to different server

2014-01-29 Thread Veljko
On 2014-Jan-29 09:07, Jerry Stuckle wrote: > The last time I did this I just put a page up on the old server to > the effect "We are moving our system. Please be patient while the > Internet gets updated with our new address. It should be available > in a few hours." > > I didn't seem to lose an

Re: Moving website to different server

2014-01-29 Thread Veljko
On 2014-Jan-29 15:01, Jochen Spieker wrote: > If that is really a concern for you I would setup a reverse proxy > configuration on the old machine and activate it as soon as the new > machine is online and the DNS entries have been changed. Very interesting idea. I'm reading right now about revers

Re: Moving website to different server

2014-01-29 Thread Jerry Stuckle
On 1/29/2014 8:42 AM, Veljko wrote: Hello, I have to move website to a different server. Not a problem, I already set up all services on the new location and it works. I'm using named on new server and I'm using it as my resolving nameserver so I can test if everything works. However, authorit

Re: Moving website to different server

2014-01-29 Thread Jochen Spieker
Veljko: > > I'm planning to reduce TTL to some small value before changing authoritative > NSs, but lot of nameservers don't respect TTL, so that's not really a > solution for having small or no downtime. If that is really a concern for you I would setup a reverse proxy configuration on the old

Moving website to different server

2014-01-29 Thread Veljko
Hello, I have to move website to a different server. Not a problem, I already set up all services on the new location and it works. I'm using named on new server and I'm using it as my resolving nameserver so I can test if everything works. However, authoritative NSs still point to old server.