OSDN Git Service

ticket #461
authortsukahara <tsukahara@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 28 Jan 2010 04:55:43 +0000 (04:55 +0000)
committertsukahara <tsukahara@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 28 Jan 2010 04:55:43 +0000 (04:55 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@9922 1ed66053-1c2d-0410-8867-f7571e6e31d3

doc/conf/l7directord.cf.sample

index de734f6..771740c 100644 (file)
@@ -30,32 +30,29 @@ autoreload       = no
 # - A sample virual section with a sorry server.
 # - checkcount and quiescent settings are override the global settings.
 virtual  = 192.168.0.50:80
-       real = 192.168.0.51:8080 masq 1
-       real = 192.168.0.52:8080 masq 2
+       real = 192.168.0.51:80 masq 1
+       real = 192.168.0.52:80 masq 1
        module      = sessionless
        scheduler   = rr
-       sorryserver = 192.168.0.53:8080
-       maxconn     = 1000
-       qosup       = 100M
-       qosdown     = 100M
+       #sorryserver = 192.168.0.53:80
+       #maxconn     = 1000
+       #qosup       = 100M
+       #qosdown     = 100M
        checktype   = negotiate
        service     = http
        request     = "index.html"
        receive     = "html"
        quiescent   = no
        checkcount  = 2
-       #realdowncallback        = /opt/down.sh
-       #realrecovercallback = /opt/recover.sh
-        #customcheck = ping -c1 -w1 _IP_
-        # sslconfigfile=SSL_CONFIGFILE_PATH
-        # socketoption=OPTION,OPTION,OPTION
-        # accesslog=yes
-        # accesslogfile=ACCESSLOG_FILE_PATH
-        # accesslog_rotate_type=datesize
-        # accesslog_rotate_max_backup_index=2
-        # accesslog_rotate_max_backup_index=100M
-        # accesslog_rotate_rotation_timing=month
-        # accesslog_rotate_rotation_timing_value="1 23:59"
-        # 
-
-   
\ No newline at end of file
+       #realdowncallback      = /opt/down.sh
+       #realrecovercallback   = /opt/recover.sh
+       #customcheck           = ping -c1 -w1 _IP_
+       #sslconfigfile         = /etc/l7vs/sslproxy/sslproxy.target.cf
+       #socketoption          = deferaccept,nodelay,quickackoff
+       #accesslog             = yes
+       #accesslogfile         = /var/log/l7vs/l7vsd_conn.log
+       #accesslog_rotate_type = datesize
+       #accesslog_rotate_max_backup_index = 2
+       #accesslog_rotate_max_filesize     = 100M
+       #accesslog_rotate_rotation_timing  = month
+       #accesslog_rotate_rotation_timing_value = "1 23:59"