OSDN Git Service

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