Skip to content

Commit 1cd8006

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent f4bc20e commit 1cd8006

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

docs/dev/configuration.html

Lines changed: 12 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.4-dev3-28 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev3-30 - 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" />
@@ -4787,7 +4787,7 @@
47874787
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47884788
</p>
47894789
<p class="text-right">
4790-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/28</b></small>
4790+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/02/03</b></small>
47914791
</p>
47924792
</div>
47934793
<!-- /.sidebar -->
@@ -4798,7 +4798,7 @@
47984798
<div class="text-center">
47994799
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
48004800
<h2>Configuration Manual</h2>
4801-
<p><strong>version 3.4-dev3-28</strong></p>
4801+
<p><strong>version 3.4-dev3-30</strong></p>
48024802
<p>
48034803
2026/01/22<br>
48044804

@@ -15760,7 +15760,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1576015760
&quot;GET /image.iso HTTP/1.0&quot;
1576115761
</code></pre>
1576215762
</div><div class="page-header"><b>See also :</b> &quot;<a href="#option%20httplog">option httplog</a>&quot;, &quot;<a href="#capture%20response%20header">capture response header</a>&quot;, and <a href="#8">section 8</a> about logging.</div>
15763-
<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 mysql-check"></a><a class="anchor" name="4-option mysql-check"></a><a class="anchor" name="4.2-option mysql-check"></a><a class="anchor" name="option mysql-check (Proxies)"></a><a class="anchor" name="option mysql-check (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option mysql-check"></a><a href="#4.2-option%20mysql-check">option mysql-check</a></b> <span style="color: #008">[ user <span style="color: #080">&lt;username&gt;</span> <span style="color: #008">[ <span style="color: #800">{ post-41 | pre-41 }</span> ]</span> ]</span></div><pre class="text">Use MySQL health checks for server testing
15763+
<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 mysql-check"></a><a class="anchor" name="4-option mysql-check"></a><a class="anchor" name="4.2-option mysql-check"></a><a class="anchor" name="option mysql-check (Proxies)"></a><a class="anchor" name="option mysql-check (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option mysql-check"></a><a href="#4.2-option%20mysql-check">option mysql-check</a></b> <span style="color: #008">[ user <span style="color: #080">&lt;username&gt;</span> <span style="color: #008">[ <span style="color: #800">{ post-41 | pre-41 | post-80 }</span> ]</span> ]</span></div><pre class="text">Use MySQL health checks for server testing
1576415764

1576515765
May be used in the following contexts: tcp
1576615766
</pre><div><p> May be used in sections :</p><table class="table table-bordered" border="0" cellspacing="0" cellpadding="0">
@@ -15771,7 +15771,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1577115771
<span class="label label-info">Arguments :</span><pre class="prettyprint arguments">&lt;username&gt; This is the username which will be used when connecting to MySQL
1577215772
server.
1577315773
post-41 Send post v4.1 client compatible checks (the default)
15774-
pre-41 Send pre v4.1 client compatible checks</pre>
15774+
pre-41 Send pre v4.1 client compatible checks
15775+
post-80 Send post v8.0 client compatible checks with CLIENT_PLUGIN_AUTH
15776+
capability set and mysql_native_password as the authentication
15777+
plugin. Use this option when connecting to MySQL 8.0+ servers
15778+
where the health check user is created with mysql_native_password
15779+
authentication. Example:
15780+
CREATE USER 'haproxy'@'%' IDENTIFIED WITH mysql_native_password BY '';</pre>
1577515781
</div>
1577615782
<pre class="text">If you specify a username, the check consists of sending two MySQL packet,
1577715783
one Client Authentication packet, and one QUIT packet, to correctly close
@@ -34518,7 +34524,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3451834524
<br>
3451934525
<hr>
3452034526
<div class="text-right">
34521-
HAProxy 3.4-dev3-28 &ndash; Configuration Manual<br>
34527+
HAProxy 3.4-dev3-30 &ndash; Configuration Manual<br>
3452234528
<small>, 2026/01/22</small>
3452334529
</div>
3452434530
</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.4-dev3-28 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev3-30 - 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>2026/01/28</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>2026/02/03</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.4-dev3-28</strong></p>
498+
<p><strong>version 3.4-dev3-30</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.4-dev3-28 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev3-30 &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.4-dev3-28 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev3-30 - 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" />
@@ -688,7 +688,7 @@
688688
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
689689
</p>
690690
<p class="text-right">
691-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/28</b></small>
691+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/02/03</b></small>
692692
</p>
693693
</div>
694694
<!-- /.sidebar -->
@@ -699,7 +699,7 @@
699699
<div class="text-center">
700700
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
701701
<h2>Management Guide</h2>
702-
<p><strong>version 3.4-dev3-28</strong></p>
702+
<p><strong>version 3.4-dev3-30</strong></p>
703703
<p>
704704
<br>
705705

@@ -5785,7 +5785,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57855785
<br>
57865786
<hr>
57875787
<div class="text-right">
5788-
HAProxy 3.4-dev3-28 &ndash; Management Guide<br>
5788+
HAProxy 3.4-dev3-30 &ndash; Management Guide<br>
57895789
<small>, </small>
57905790
</div>
57915791
</div>

0 commit comments

Comments
 (0)