OSDN Git Service

Fixed help: added about sorryserver forwarding mechanism
author0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 16 Sep 2010 13:32:00 +0000 (13:32 +0000)
committer0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 16 Sep 2010 13:32:00 +0000 (13:32 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10301 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7directord/l7directord

index db81d55..9182840 100644 (file)
@@ -4784,12 +4784,13 @@ bandwidth is over the qosdown limit, a packet to the client will be delayed
 until the number of bandwidth become below the qosdown limit.
 B<K>(kilo), B<M>(mega) and B<G>(giga) unit are available.
 
-=item B<sorryserver =>I<ip_address|hostname[:portnumber|servicename]>
+=item B<sorryserver =>I<ip_address|hostname[:portnumber|servicename]> [B<masq>|B<tproxy>]
 
 Defines a sorry server by IP-address (or hostname) and port (or
-servicename). Firewall-mark settings cannot be set.
-If the number of requests to the virtual service cross the maxconn limit, the requests would be
-redirected to the sorry server.
+servicename). The second argument defines the forwarding mechanism, it must be B<masq> or B<tproxy>.
+Firewall-mark settings cannot be set.
+If the number of requests to the virtual service cross the maxconn limit, or no available
+real server exists, then the requests would be redirected to the sorry server.
 
 =item B<checktype = negotiate>|B<connect>|I<N>|B<ping>|B<custom>|B<off>|B<on>