Purge

Installs: 
830
Open Bugs: 
7
Development Status: 
Seeking co-maintainer(s)
Under active development

The purge module clears URLs from reverse proxy caches like Varnish, Squid or Nginx by issuing an http PURGE request to them. It works in conjunction with the Cache Expiration module to act on events that are likely to expire URLs from the proxy cache and interact with Rules and Drush. This allows delivering content updates faster to end users.

Requirements

Installation

  • Unpack, place and enable just like any other module.
  • Navigate to Administration -> Site configuration -> Purge settings
  • Set your proxy URL(s) like http://localhost or http://192.168.1.23:8080 http://192.168.2.34:8080
  • If your using nginx you need to specify the purge path and the get method in

    your proxy setting like this:
    http://192.168.1.76:8080/purge?purge_method=get
  • If your using the Acquia Dev Cloud or the Acquia Managed Hosting servcies you'll need to configure like: http://yousite.com/?purge_method=ah I recommend you use the platform specific module Acquia Purge instead to overcome limitations in Acquia Purge 1.x. These will be addresses in a sustainable way in the upcoming 2.x branch of Purge.
  • Optional: Install Rules for advanced cache clearing scenarios or Drush for command line purging. Both are supported through the expire module.

Roadmap

The 1.x versions of Drupal 6 and Drupal 7 will not longer receive new features, just bugfixes and are believed to be stable.

The 7.x-2.x branch will be the place where new features will be developed. The Drupal 6 branch may receive backports of some new features but most likely not all of them, depending on demand and community involvement. Some of the new 2.x features we're thinking about:

  • New configuration interface
  • Proxy settings auto discovery
  • Dropping hard dependency on Expire and Curl library
  • More request handlers besides concurrent curl requests.
  • Wildcard purge url's including purging of whole domains.
  • Your feature here

See #1826926: Purge 2.x roadmap and progress
for more details and status updates.

Releases: 
7.x-1.6
6.x-1.6
7.x-2.x-dev
7.x-1.x-dev
6.x-1.x-dev
Release Dates: 
01/24/2013
01/24/2013
10/13/2013
10/01/2013
10/01/2013