[MAJOR] added the 'use_backend' keyword for full content-switching
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 17:56:27 +0000 (19:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 17:56:27 +0000 (19:56 +0200)
commit55ea7579d7fb8992bdf5bf08bdbfd1e872179cce
tree63bc083a9298fbadeb7ea634c1f5b3bc111f8704
parentc11416f22fc814b189070a62d8513fdf875fbe82
[MAJOR] added the 'use_backend' keyword for full content-switching

The new "use_backend" keyword permits full content switching by the
use of ACLs. Its usage is simple :

   use_backend <backend_name> {if|unless} <acl_cond>
include/types/proxy.h
src/cfgparse.c
src/proto_http.c