Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94936a0

Browse files
author
HAProxy Community
committedMar 14, 2025·
Update docs for 3.0
1 parent e444392 commit 94936a0

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed
 

‎docs/3.0/configuration.html

+7-6
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.0.8-7 - Configuration Manual</title>
5+
<title>HAProxy version 3.0.8-20 - 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" />
@@ -4325,7 +4325,7 @@
43254325
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43264326
</p>
43274327
<p class="text-right">
4328-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/01/29</b></small>
4328+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/13</b></small>
43294329
</p>
43304330
</div>
43314331
<!-- /.sidebar -->
@@ -4336,7 +4336,7 @@
43364336
<div class="text-center">
43374337
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43384338
<h2>Configuration Manual</h2>
4339-
<p><strong>version 3.0.8-7</strong></p>
4339+
<p><strong>version 3.0.8-20</strong></p>
43404340
<p>
43414341
2025/01/29<br>
43424342

@@ -14760,7 +14760,8 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1476014760
third retry. You can disable redispatches with a value of 0.</pre>
1476114761
</div>
1476214762
<pre class="text">In HTTP mode, if a server designated by a cookie is down, clients may
14763-
definitely stick to it because they cannot flush the cookie, so they will not
14763+
definitely stick to it, for example when using &quot;<a href="#option%20persist">option persist</a>&quot; or
14764+
&quot;<a href="#force-persist">force-persist</a>&quot;, because they cannot flush the cookie, so they will not
1476414765
be able to access the service anymore.
1476514766

1476614767
Specifying &quot;<a href="#option%20redispatch">option redispatch</a>&quot; will allow the proxy to break cookie or
@@ -14792,7 +14793,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1479214793

1479314794
If this option has been enabled in a &quot;defaults&quot; section, it can be disabled
1479414795
in a specific instance by prepending the &quot;no&quot; keyword before it.
14795-
</pre><div class="page-header"><b>See also :</b> &quot;<a href="#retries">retries</a>&quot;, &quot;<a href="#force-persist">force-persist</a>&quot;</div>
14796+
</pre><div class="page-header"><b>See also :</b> &quot;<a href="#option%20persist">option persist</a>&quot;, &quot;<a href="#force-persist">force-persist</a>&quot;, &quot;<a href="#retries">retries</a>&quot;</div>
1479614797
<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 redis-check"></a><a class="anchor" name="4-option redis-check"></a><a class="anchor" name="4.2-option redis-check"></a><a class="anchor" name="option redis-check (Proxies)"></a><a class="anchor" name="option redis-check (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option redis-check"></a><a href="#4.2-option%20redis-check">option redis-check</a></b></div><pre class="text">Use redis health checks for server testing
1479714798

1479814799
May be used in the following contexts: tcp
@@ -30723,7 +30724,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3072330724
<br>
3072430725
<hr>
3072530726
<div class="text-right">
30726-
HAProxy 3.0.8-7 &ndash; Configuration Manual<br>
30727+
HAProxy 3.0.8-20 &ndash; Configuration Manual<br>
3072730728
<small>, 2025/01/29</small>
3072830729
</div>
3072930730
</div>

‎docs/3.0/intro.html

+4-4
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.0.8-7 - Starter Guide</title>
5+
<title>HAProxy version 3.0.8-20 - 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/01/29</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/03/13</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.0.8-7</strong></p>
498+
<p><strong>version 3.0.8-20</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.0.8-7 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.8-20 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

‎docs/3.0/management.html

+13-13
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.0.8-7 - Management Guide</title>
5+
<title>HAProxy version 3.0.8-20 - 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" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/01/29</b></small>
649+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/13</b></small>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.0.8-7</strong></p>
660+
<p><strong>version 3.0.8-20</strong></p>
661661
<p>
662662
<br>
663663

@@ -1943,9 +1943,9 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1>
19431943
Unix socket.
19441944

19451945
Statistics are regroup in categories labelled as domains, corresponding to the
1946-
multiple components of HAProxy. There are two domains available: proxy and dns.
1947-
If not specified, the proxy domain is selected. Note that only the proxy
1948-
statistics are printed on the HTTP page.
1946+
multiple components of HAProxy. There are two domains available: proxy and
1947+
resolvers. If not specified, the proxy domain is selected. Note that only the
1948+
proxy statistics are printed on the HTTP page.
19491949
</pre></div>
19501950
<a class="anchor" id="9.1" name="9.1"></a>
19511951
<h2 id="chapter-9.1" data-target="9.1"><small><a class="small" href="#9.1">9.1.</a></small> CSV format</h2>
@@ -3931,12 +3931,12 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.<
39313931
is meant to be interpreted while checking function strm_dump_to_buffer() in
39323932
src/stream.c to figure the exact meaning of certain fields.
39333933
</pre><a class="anchor" name="show"></a><a class="anchor" name="9-show"></a><a class="anchor" name="9.3-show"></a><a class="anchor" name="show (Statistics and monitoring)"></a><a class="anchor" name="show (Unix Socket commands)"></a><a class="anchor" name="show stat"></a><a class="anchor" name="9-show stat"></a><a class="anchor" name="9.3-show stat"></a><a class="anchor" name="show stat (Statistics and monitoring)"></a><a class="anchor" name="show stat (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show stat"></a><a href="#9.3-show%20stat">show stat</a></b> <span style="color: #008">[domain <span style="color: #080">&lt;resolvers|proxy&gt;</span>]</span> <span style="color: #008">[<span style="color: #800">{<span style="color: #080">&lt;iid&gt;</span>|<span style="color: #080">&lt;proxy&gt;</span>}</span> <span style="color: #080">&lt;type&gt;</span> <span style="color: #080">&lt;sid&gt;</span>]</span> \
3934-
<span style="color: #008">[typed|json]</span> <span style="color: #008">[desc]</span> <span style="color: #008">[up|no-maint]</span></div><pre class="text">Dump statistics. The domain is used to select which statistics to print; dns
3935-
and proxy are available for now. By default, the CSV format is used; you can
3936-
activate the extended typed output format described in the section above if
3937-
&quot;typed&quot; is passed after the other arguments; or in JSON if &quot;json&quot; is passed
3938-
after the other arguments. By passing &lt;id&gt;, &lt;type&gt; and &lt;sid&gt;, it is possible
3939-
to dump only selected items :
3934+
<span style="color: #008">[typed|json]</span> <span style="color: #008">[desc]</span> <span style="color: #008">[up|no-maint]</span></div><pre class="text">Dump statistics. The domain is used to select which statistics to print;
3935+
resolvers and proxy are available for now. By default, the CSV format is used;
3936+
you can activate the extended typed output format described in the section
3937+
above if &quot;typed&quot; is passed after the other arguments; or in JSON if &quot;json&quot; is
3938+
passed after the other arguments. By passing &lt;id&gt;, &lt;type&gt; and &lt;sid&gt;, it is
3939+
possible to dump only selected items :
39403940
- &lt;iid&gt; is a proxy ID, -1 to dump everything. Alternatively, a proxy name
39413941
&lt;proxy&gt; may be specified. In this case, this proxy's ID will be used as
39423942
the ID selector.
@@ -5313,7 +5313,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53135313
<br>
53145314
<hr>
53155315
<div class="text-right">
5316-
HAProxy 3.0.8-7 &ndash; Management Guide<br>
5316+
HAProxy 3.0.8-20 &ndash; Management Guide<br>
53175317
<small>, </small>
53185318
</div>
53195319
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.