OSDN Git Service

spell check by aspell
[ultramonkey-l7/ultramonkey-l7-v3.git] / test / script / l7directord / materials / l7directord-5-2-12-5-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 virtual  = 127.0.0.1:40001
33 #       checktimeout     = 5
34         negotiatetimeout = 1
35 #       checkinterval    = 10
36 #       retryinterval    = 5
37 #       checkcount       = 3
38 #       real = 192.168.0.51:80 masq 1
39 #       real = 192.168.0.52:80 masq 1
40 #       module      = sessionless
41 #       scheduler   = rr
42         #sorryserver = 192.168.0.53:80
43         #maxconn     = 1000
44         #qosup       = 100M
45         #qosdown     = 100M
46 #       checktype   = negotiate
47 #       service     = http
48 #       request     = "index.html"
49 #       receive     = "html"
50 #       quiescent   = no
51 #       checkcount  = 2
52         #realdowncallback      = /opt/down.sh
53         #realrecovercallback   = /opt/recover.sh
54         #customcheck           = ping -c1 -w1 _IP_
55         #sslconfigfile         = /etc/l7vs/sslproxy/sslproxy.target.cf
56         #socketoption          = deferaccept,nodelay,quickackoff
57         #accesslog             = yes
58         #accesslogfile         = /var/log/l7vs/l7vsd_conn.log
59         #accesslog_rotate_type = datesize
60         #accesslog_rotate_max_backup_index = 2
61         #accesslog_rotate_max_filesize     = 100M
62         #accesslog_rotate_rotation_timing  = month
63         #accesslog_rotate_rotation_timing_value = "1 23:59"