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" />
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 -->
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>
1684116841userlist 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
1684716847backend 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
3250632506As a side note, musl (e.g. Alpine Linux) implementations are known to be
3250732507slower than their glibc counterparts when calculating hashes, so you might
3250832508want 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
3252032524userlist 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 – Configuration Manual<br>
33123+ HAProxy 3.3-dev6-41 – Configuration Manual<br>
3312033124 <small>, 2025/08/06</small>
3312133125 </div>
3312233126 </div>
0 commit comments