Revision 4b87b18b
Added by Chris Buechler almost 17 years ago
usr/local/www/system_advanced.php | ||
---|---|---|
444 | 444 |
<strong>Use sticky connections</strong> |
445 | 445 |
<br /> |
446 | 446 |
<span class="vexpl"> |
447 |
Successive connections will be redirected to the servers in a round-robin manner with connections from the same source being sent to the same web server. This \"sticky connection\" will exist as long as there are states that refer to this connection. Once the states expire, so will the sticky connection. Further connections from that host will be redirected to the next web server in the round robin.
|
|
447 |
Successive connections will be redirected to the servers in a round-robin manner with connections from the same source being sent to the same web server. This "sticky connection" will exist as long as there are states that refer to this connection. Once the states expire, so will the sticky connection. Further connections from that host will be redirected to the next web server in the round robin.
|
|
448 | 448 |
</span> |
449 | 449 |
</td> |
450 | 450 |
</tr> |
... | ... | |
694 | 694 |
} |
695 | 695 |
} |
696 | 696 |
|
697 |
?> |
|
697 |
?> |
Also available in: Unified diff
no need to escape " here