Vmod-dbrw |
|
Database-driven rewrites for Varnish Cache |
Sergey Poznyakoff |
1 Introduction to vmod-dbrw
Vmod-dbrw
is a module for
Varnish Cache
1
which implements database-driven rewrite rules. These rules may be
similar to RewriteRule
directives implemented by
mod_rewrite
2
module in Apache
or to Redirect
directives of its
mod_alias
module. What distinguishes the
vmod-dbrw
rules from these, is that they are handled by
Varnish
, before the request reaches the httpd server, and
that they are stored in an SQL database, which makes them easily
manageable.
Some web sites implement thousands of rewrite rules. The purpose of this module is to facilitate deploying and handling them.
This document was generated on April 9, 2020 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.