Blog

Mon, 03/16/2015 - 09:30 by Chris Burge
The Image Replace module finally allows for true art direction in Drupal when paired with the Picture module. Instead of being limited to a single source image for a responsive image, multiple source images can be used.
Tue, 11/25/2014 - 07:34 by Chris Burge

Find a DNS record's TTL value by querying one of its authoritative name servers.

With the 'dig' (domain information groper) command, it is possible to look up the TTL (time-to-live) value of a DNS record. For example, you may want to lookup the 'A' record for chrisburge.net.

Thu, 11/20/2014 - 16:17 by Chris Burge

The website migration described in this post provides a real-world example of how a reverse proxy server can facilitate a website migration and eliminate the lag caused by DNS propagation.

Summary

The client's situation is summarized below:

  1. Client has a WordPress site that continuously receives user-generated content in the form of comments
  2. Client is switching marketing agencies
  3. Client's old marketing agency is also his current webhost
  4. Client's DNS is hosted by his internet service provider (ISP)
    1. To update DNS records, the client must submit a ticket to the ISP
    2. It can take up to 24 hours for the ticket to be processed and completed.

Due to user-generated content, the client can't keep the website live on both the old web server and the new web server during propagation. A user post to the old web server would be lost.

Thu, 11/20/2014 - 14:48 by Chris Burge

DNS propagation can throw a wrench in a website migration or website launch. Clients don't like to hear that their customers may see either the new site or the old site for up to 48 hours during propagation.

This post will discuss two methods for addressing DNS propagation:

  • Reduce TTL Value
  • Route Traffic Through a Reverse Proxy Server
Thu, 11/20/2014 - 10:04 by Chris Burge
You may have heard something like this before when launching or moving a website. "Your customers might see the old site or the new site until DNS propagation is complete, which could take up to 48 hours." To understand why this happens, we first need to discuss DNS.

Pages

Subscribe to Blog