Revision 67ecc6c3
Added by Jim Pingle over 5 years ago
src/usr/local/www/system_advanced_misc.php | ||
---|---|---|
398 | 398 |
'Use sticky connections', |
399 | 399 |
'Use sticky connections', |
400 | 400 |
$pconfig['lb_use_sticky'] |
401 |
))->setHelp('Successive connections will be redirected to the servers in a '.
|
|
402 |
'round-robin manner with connections from the same source being sent to the '.
|
|
403 |
'same web server. This "sticky connection" will exist as long as there are '.
|
|
401 |
))->setHelp('Successive connections will be redirected via gateways in a '.
|
|
402 |
'round-robin manner with connections from the same source being sent via the '.
|
|
403 |
'same gateway. This "sticky connection" will exist as long as there are '.
|
|
404 | 404 |
'states that refer to this connection. Once the states expire, so will the '. |
405 | 405 |
'sticky connection. Further connections from that host will be redirected '. |
406 |
'to the next web server in the round robin. Changing this option will '. |
|
407 |
'restart the Load Balancing service.'); |
|
406 |
'via the next gateway in the round robin.'); |
|
408 | 407 |
|
409 | 408 |
$group->add(new Form_Input( |
410 | 409 |
'srctrack', |
Also available in: Unified diff
Remove one lingering relayd related message. Issue #9386