Skip to content

Commit 7dddd41

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 786c9c3 commit 7dddd41

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

docs/dev/configuration.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev1-75 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev1-78 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4612,7 +4612,7 @@
46124612
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46134613
</p>
46144614
<p class="text-right">
4615-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/11</b></small>
4615+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small>
46164616
</p>
46174617
</div>
46184618
<!-- /.sidebar -->
@@ -4623,7 +4623,7 @@
46234623
<div class="text-center">
46244624
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46254625
<h2>Configuration Manual</h2>
4626-
<p><strong>version 3.3-dev1-75</strong></p>
4626+
<p><strong>version 3.3-dev1-78</strong></p>
46274627
<p>
46284628
2025/06/11<br>
46294629

@@ -15456,8 +15456,23 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1545615456
desirable in these environments as well, to avoid redistributing the traffic
1545715457
after every other response.
1545815458

15459-
If this option has been enabled in a &quot;defaults&quot; section, it can be disabled
15460-
in a specific instance by prepending the &quot;no&quot; keyword before it.
15459+
It may be useful to precise here, which load balancing algorithms are
15460+
considered deterministic. Deterministic algorithms will always select the same
15461+
server for a given client data, assuming the set of available servers has not
15462+
changed. In general, deterministic algorithms involve hasing or lookups on the
15463+
incoming requests to choose the target server. However, this is not always the
15464+
case; &quot;static-rr&quot;, for example, can be also considered as deterministic because
15465+
the server choice is based on the server's static weight, making the selection
15466+
predictable. &quot;sticky&quot; algorithm provides deterministic routing for the
15467+
returning clients.
15468+
15469+
As for non-deterministic algorithms, these algorithms select a server based on
15470+
dynamic server state or simple rotation, so two consecutive requests are not
15471+
guaranteed to land on the same server. option prefer-last-server is designed
15472+
specifically for these. roundrobin, leastconn are examples of such algorithms.
15473+
15474+
If this option has been enabled in a &quot;defaults&quot; section, it can be
15475+
disabled in a specific instance by prepending the &quot;no&quot; keyword before it.
1546115476
</pre><div class="page-header"><b>See also:</b> &quot;<a href="#option%20http-keep-alive">option http-keep-alive</a>&quot;</div>
1546215477
<a class="anchor" name="option"></a><a class="anchor" name="4-option"></a><a class="anchor" name="4.2-option"></a><a class="anchor" name="option (Proxies)"></a><a class="anchor" name="option (Alphabetically sorted keywords reference)"></a><a class="anchor" name="option redispatch"></a><a class="anchor" name="4-option redispatch"></a><a class="anchor" name="4.2-option redispatch"></a><a class="anchor" name="option redispatch (Proxies)"></a><a class="anchor" name="option redispatch (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option redispatch"></a><a href="#4.2-option%20redispatch">option redispatch</a></b></div><a class="anchor" name="option"></a><a class="anchor" name="4-option"></a><a class="anchor" name="4.2-option"></a><a class="anchor" name="option (Proxies)"></a><a class="anchor" name="option (Alphabetically sorted keywords reference)"></a><a class="anchor" name="option redispatch"></a><a class="anchor" name="4-option redispatch"></a><a class="anchor" name="4.2-option redispatch"></a><a class="anchor" name="option redispatch (Proxies)"></a><a class="anchor" name="option redispatch (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option redispatch"></a><a href="#4.2-option%20redispatch">option redispatch</a></b> <span style="color: #080">&lt;interval&gt;</span></div><a class="anchor" name="no"></a><a class="anchor" name="4-no"></a><a class="anchor" name="4.2-no"></a><a class="anchor" name="no (Proxies)"></a><a class="anchor" name="no (Alphabetically sorted keywords reference)"></a><a class="anchor" name="no option"></a><a class="anchor" name="4-no option"></a><a class="anchor" name="4.2-no option"></a><a class="anchor" name="no option (Proxies)"></a><a class="anchor" name="no option (Alphabetically sorted keywords reference)"></a><a class="anchor" name="no option redispatch"></a><a class="anchor" name="4-no option redispatch"></a><a class="anchor" name="4.2-no option redispatch"></a><a class="anchor" name="no option redispatch (Proxies)"></a><a class="anchor" name="no option redispatch (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="no option redispatch"></a><a href="#4.2-no%20option%20redispatch">no option redispatch</a></b></div><pre class="text">Enable or disable session redistribution in case of connection failure
1546315478

@@ -33050,7 +33065,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3305033065
<br>
3305133066
<hr>
3305233067
<div class="text-right">
33053-
HAProxy 3.3-dev1-75 &ndash; Configuration Manual<br>
33068+
HAProxy 3.3-dev1-78 &ndash; Configuration Manual<br>
3305433069
<small>, 2025/06/11</small>
3305533070
</div>
3305633071
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev1-75 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev1-78 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/11</b></small>
487+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.3-dev1-75</strong></p>
498+
<p><strong>version 3.3-dev1-78</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.3-dev1-75 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev1-78 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev1-75 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev1-78 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/11</b></small>
665+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.3-dev1-75</strong></p>
676+
<p><strong>version 3.3-dev1-78</strong></p>
677677
<p>
678678
<br>
679679

@@ -5561,7 +5561,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55615561
<br>
55625562
<hr>
55635563
<div class="text-right">
5564-
HAProxy 3.3-dev1-75 &ndash; Management Guide<br>
5564+
HAProxy 3.3-dev1-78 &ndash; Management Guide<br>
55655565
<small>, </small>
55665566
</div>
55675567
</div>

0 commit comments

Comments
 (0)