Skip to content

Commit 0a4d703

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent a8a3c60 commit 0a4d703

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

docs/dev/configuration.html

Lines changed: 14 additions & 10 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-dev6-34 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev6-41 - 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" />
@@ -4597,7 +4597,7 @@
45974597
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45984598
</p>
45994599
<p class="text-right">
4600-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/11</b></small>
4600+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/13</b></small>
46014601
</p>
46024602
</div>
46034603
<!-- /.sidebar -->
@@ -4608,7 +4608,7 @@
46084608
<div class="text-center">
46094609
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46104610
<h2>Configuration Manual</h2>
4611-
<p><strong>version 3.3-dev6-34</strong></p>
4611+
<p><strong>version 3.3-dev6-41</strong></p>
46124612
<p>
46134613
2025/08/06<br>
46144614

@@ -16840,9 +16840,9 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1684016840
<code><span class="comment"># statistics admin level depends on the authenticated user</span>
1684116841
userlist stats-auth
1684216842
group admin users admin
16843-
user admin insecure-password AdMiN123
16843+
user admin insecure-password 'AdMiN123'
1684416844
group readonly users haproxy
16845-
user haproxy insecure-password haproxy
16845+
user haproxy insecure-password 'haproxy'
1684616846

1684716847
backend stats_auth
1684816848
stats enable
@@ -32506,6 +32506,10 @@ <h2 id="chapter-12.2" data-target="12.2"><small><a class="small" href="#12.2">12
3250632506
As a side note, musl (e.g. Alpine Linux) implementations are known to be
3250732507
slower than their glibc counterparts when calculating hashes, so you might
3250832508
want to consider this aspect too.
32509+
32510+
All passwords are considered normal arguments and are therefor subject to
32511+
regular <a href="#2.2">section 2.2</a> Quoting and escaping. Single quoting passwords is
32512+
therefor recommended.
3250932513
</pre><div class="separator">
3251032514
<span class="label label-success">Example:</span>
3251132515
<pre class="prettyprint">
@@ -32514,16 +32518,16 @@ <h2 id="chapter-12.2" data-target="12.2"><small><a class="small" href="#12.2">12
3251432518
group G2 users xdb,scott
3251532519

3251632520
user tiger password $6$k6y3o.eP$JlKBx9za9667qe4(...)xHSwRv6J.C0/D7cV91
32517-
user scott insecure-password elgato
32518-
user xdb insecure-password hello
32521+
user scott insecure-password 'elgato'
32522+
user xdb insecure-password 'hello'
3251932523

3252032524
userlist L2
3252132525
group G1
3252232526
group G2
3252332527

3252432528
user tiger password $6$k6y3o.eP$JlKBx(...)xHSwRv6J.C0/D7cV91 groups G1
32525-
user scott insecure-password elgato groups G1,G2
32526-
user xdb insecure-password hello groups G2
32529+
user scott insecure-password 'elgato' groups G1,G2
32530+
user xdb insecure-password 'hello' groups G2
3252732531
</code></pre>
3252832532
</div><pre class="text">Please note that both lists are functionally identical.
3252932533
</pre></div>
@@ -33116,7 +33120,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3311633120
<br>
3311733121
<hr>
3311833122
<div class="text-right">
33119-
HAProxy 3.3-dev6-34 &ndash; Configuration Manual<br>
33123+
HAProxy 3.3-dev6-41 &ndash; Configuration Manual<br>
3312033124
<small>, 2025/08/06</small>
3312133125
</div>
3312233126
</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-dev6-34 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev6-41 - 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/08/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/08/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.3-dev6-34</strong></p>
498+
<p><strong>version 3.3-dev6-41</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-dev6-34 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev6-41 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 5 additions & 5 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-dev6-34 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev6-41 - 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/08/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/08/13</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-dev6-34</strong></p>
676+
<p><strong>version 3.3-dev6-41</strong></p>
677677
<p>
678678
<br>
679679

@@ -1050,7 +1050,7 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1>
10501050
&quot;-V&quot; this will print the message &quot;Configuration file is valid&quot; upon
10511051
success.
10521052

1053-
Scripts must use the exit status to dertermine the success of the
1053+
Scripts must use the exit status to determine the success of the
10541054
command.
10551055

10561056
-cc : evaluates a condition as used within a conditional block of the
@@ -5574,7 +5574,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55745574
<br>
55755575
<hr>
55765576
<div class="text-right">
5577-
HAProxy 3.3-dev6-34 &ndash; Management Guide<br>
5577+
HAProxy 3.3-dev6-41 &ndash; Management Guide<br>
55785578
<small>, </small>
55795579
</div>
55805580
</div>

0 commit comments

Comments
 (0)