Knowledge for our questions, fun for everyone!
Knowledge for our questions, fun for everyone!

Rule parameters

Overview
Rule parameters
Overview

Rule parameters

Load Balancer has a rule plugin that allows it to manage the request based in the address (and if you use HTTP protocol, based in the uri of the request). To configure this feature, you have a directive called rule_plugin. This directive has the following parameters:

Option Description
filename this is the path to the plugin (module), that does the rule function inside the Load Balancer. Also you can specify the plugin’s filename only (without path) if you have the module installed in the same directory that Load Balancer.
name This is the symbolic name of the rule plugin, used to manage the specific configuration directives that follows this directive. Its a good idea that this name makes reference to the plugin (e.g. if the plugin is called rule_generic.so, the name should be rule_generic, for clarity).

Sample


  <rule_plugin 
         filename="ruleplugin_generic.so" 
         name="rules_generic" 
  />

You can found plugin specific details & configuration directives for the generic & http rule plugin here.

Published at 18/09/2003 21:44:09
Last Updated 08/12/2003 20:25:07
By Juan M. Casillas




Google



Rule parameters
Overview

Sections
Load Balancer

February's articles
S M T W T F S
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
      
More articles

Search


Other versions
XML version
Printable version

Download
Latest version is 0.5 (28.8 Kb, tar.gz file)

 » from JMCResearch
Quick links
Install HOW-TO
Local CVS Repository
Ask your questions