Skip to content

victori/perlbal-plugin-cachekill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Perl module Perlbal::Plugin::CacheKill.

INSTALLATION

Perlbal::Plugin::CacheKill installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Perlbal::Plugin::CacheKill

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install
    
Finally apply the modify_headers.patch to perlbal:
  
    % cat modify_headers.patch | patch -p0
    
DOCUMENTATION

Perlbal::Plugin::CacheKill - Deny caching on certain response codes

This plugin provides Perlbal the ability to deny caching on certain response codes. This plugin was made to sit between the application servers and squid. Squid 2.7 lacks the ACL ability to deny caching on response code, Perlbal::Plugin::CacheKill takes care of appending No-Cache headers on specific response codes.

Perlbal::Plugin::CacheKill documentation is available as in POD. So you can do:

    % perldoc Perlbal::Plugin::CacheKill

to read the documentation online with your favorite pager.

Victor Igumnov

About

Perlbal Plugin to deny caching on certain response codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages