|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2.6-20 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2.6-28 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4618 | 4618 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4619 | 4619 | </p> |
4620 | 4620 | <p class="text-right"> |
4621 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/03</b></small> |
| 4621 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/20</b></small> |
4622 | 4622 | </p> |
4623 | 4623 | </div> |
4624 | 4624 | <!-- /.sidebar --> |
|
4629 | 4629 | <div class="text-center"> |
4630 | 4630 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4631 | 4631 | <h2>Configuration Manual</h2> |
4632 | | - <p><strong>version 3.2.6-20</strong></p> |
| 4632 | + <p><strong>version 3.2.6-28</strong></p> |
4633 | 4633 | <p> |
4634 | 4634 | 2025/10/03<br> |
4635 | 4635 |
|
@@ -8146,7 +8146,14 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.< |
8146 | 8146 | all deprecated directives are concerned, only those without any alternative |
8147 | 8147 | solution. |
8148 | 8148 | </pre><a class="anchor" name="expose-experimental-directives"></a><a class="anchor" name="3-expose-experimental-directives"></a><a class="anchor" name="3.1-expose-experimental-directives"></a><a class="anchor" name="expose-experimental-directives (Global section)"></a><a class="anchor" name="expose-experimental-directives (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="expose-experimental-directives"></a><a href="#3.1-expose-experimental-directives">expose-experimental-directives</a></b></div><pre class="text">This statement must appear before using directives tagged as experimental or |
8149 | | -the config file will be rejected. |
| 8149 | +the config file will be rejected. Please note that features covered by this |
| 8150 | +option are not guaranteed to work well and may break during the maintenance |
| 8151 | +cycle. Developers will maintain them in best effort mode while the next |
| 8152 | +version is being worked on, and will deploy any reasonable effort to avoid |
| 8153 | +breaking them but with no guarantee. For these reasons, these features are |
| 8154 | +not expected to be supported beyond the release of the next LTS release. |
| 8155 | +Users who want to try experimental features are expected to upgrade quickly |
| 8156 | +to benefit from the improvements made to that feature. |
8150 | 8157 | </pre><a class="anchor" name="external-check"></a><a class="anchor" name="3-external-check"></a><a class="anchor" name="3.1-external-check"></a><a class="anchor" name="external-check (Global section)"></a><a class="anchor" name="external-check (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="external-check"></a><a href="#3.1-external-check">external-check</a></b> <span style="color: #008">[preserve-env]</span></div><pre class="text">Allows the use of an external agent to perform health checks. This is |
8151 | 8158 | disabled by default as a security precaution, and even when enabled, checks |
8152 | 8159 | may still fail unless "<a href="#insecure-fork-wanted">insecure-fork-wanted</a>" is enabled as well. If the |
@@ -33137,7 +33144,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33137 | 33144 | <br> |
33138 | 33145 | <hr> |
33139 | 33146 | <div class="text-right"> |
33140 | | - HAProxy 3.2.6-20 – Configuration Manual<br> |
| 33147 | + HAProxy 3.2.6-28 – Configuration Manual<br> |
33141 | 33148 | <small>, 2025/10/03</small> |
33142 | 33149 | </div> |
33143 | 33150 | </div> |
|
0 commit comments