haproxy/include
Willy Tarreau 4a5cadea40 MEDIUM: session: implement the "use-server" directive
Sometimes it is desirable to forward a particular request to a specific
server without having to declare a dedicated backend for this server. This
can be achieved using the "use-server" rules. These rules are evaluated after
the "redirect" rules and before evaluating cookies, and they have precedence
on them. There may be as many "use-server" rules as desired. All of these
rules are evaluated in their declaration order, and the first one which
matches will assign the server.
2012-04-05 21:14:10 +02:00
..
common MINOR: Date and time fonctions that don't use snprintf 2012-02-09 17:03:28 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes 2012-04-05 09:58:27 +02:00
types MEDIUM: session: implement the "use-server" directive 2012-04-05 21:14:10 +02:00