OSDN Git Service

spell check by aspell
[ultramonkey-l7/ultramonkey-l7-v3.git] / test / script / l7directord / materials / l7directord-5-2-10-3-l7directord.cf
1 ##
2 ## This is the l7directord configuration file.
3 ## See `l7directord --help' for detailed information.
4 ##
5
6 # = GLOBAL DIRECTIVES
7
8 # - Monitor Settings
9 checktimeout     = 5
10 negotiatetimeout = 5
11 checkinterval    = 10
12 retryinterval    = 5
13 checkcount       = 3
14
15 # - Logging
16 logfile          = /var/log/l7vs/l7directord.log
17 #logfile          = local0
18 #supervised
19
20 # - Real Server Operation
21 quiescent        = yes
22 #fallback         = 127.0.0.1:80
23
24 # - Monitor Configuration File
25 configinterval   = 10
26 autoreload       = no
27 #callback         = /opt/config_change.sh
28
29 # = VIRTUAL DIRECTIVES
30 # - A sample virtual section with a sorry server.
31 # - checkcount and quiescent settings are override the global settings.
32
33 virtual=127.0.0.1:50000
34     real=127.0.0.1:50001
35     #real=127.0.0.1
36 #virtual  = 192.168.0.50:80
37 #       real = 192.168.0.51:80 masq 1
38 #       real = 192.168.0.52:80 masq 1
39 #       module      = sessionless
40 #       scheduler   = rr
41         #sorryserver = 192.168.0.53:80
42         #maxconn     = 1000
43         #qosup       = 100M
44         #qosdown     = 100M
45 #       checktype   = negotiate
46 #       service     = http
47 #       request     = "index.html"
48 #       receive     = "html"
49 #       quiescent   = no
50 #       checkcount  = 2
51         #realdowncallback      = /opt/down.sh
52         #realrecovercallback   = /opt/recover.sh
53         #customcheck           = ping -c1 -w1 _IP_
54         #sslconfigfile         = /etc/l7vs/sslproxy/sslproxy.target.cf
55         #socketoption          = deferaccept,nodelay,quickackoff
56         #accesslog             = yes
57         #accesslogfile         = /var/log/l7vs/l7vsd_conn.log
58         #accesslog_rotate_type = datesize
59         #accesslog_rotate_max_backup_index = 2
60         #accesslog_rotate_max_filesize     = 100M
61         #accesslog_rotate_rotation_timing  = month
62         #accesslog_rotate_rotation_timing_value = "1 23:59"