|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.0.23 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.0.23-23 - 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" /> |
|
4331 | 4331 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4332 | 4332 | </p> |
4333 | 4333 | <p class="text-right"> |
4334 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/11</b></small> |
| 4334 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/21</b></small> |
4335 | 4335 | </p> |
4336 | 4336 | </div> |
4337 | 4337 | <!-- /.sidebar --> |
|
4342 | 4342 | <div class="text-center"> |
4343 | 4343 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4344 | 4344 | <h2>Configuration Manual</h2> |
4345 | | - <p><strong>version 3.0.23</strong></p> |
| 4345 | + <p><strong>version 3.0.23-23</strong></p> |
4346 | 4346 | <p> |
4347 | 4347 | 2026/05/11<br> |
4348 | 4348 |
|
@@ -11939,7 +11939,10 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
11939 | 11939 |
|
11940 | 11940 | none don't hash the key, the key will be used as a hash, this can be |
11941 | 11941 | useful to manually hash the key using a converter for that purpose |
11942 | | - and let haproxy use the result directly. |
| 11942 | + and let haproxy use the result directly. The operation will |
| 11943 | + convert the key to a string if it is not already, and parse it as |
| 11944 | + an integer whose value will be used as the key. Some input key |
| 11945 | + types might not be relevant here (e.g. IP addresses). |
11943 | 11946 |
|
11944 | 11947 | <modifier> indicates an optional method applied after hashing the key : |
11945 | 11948 |
|
@@ -22355,7 +22358,11 @@ <h3 id="chapter-5.3.2" data-target="5.3.2"><small><a class="small" href="#5.3.2" |
22355 | 22358 | As a DNS server may not answer all the IPs in one DNS request, HAProxy keeps |
22356 | 22359 | a cache of previous answers, an answer will be considered obsolete after |
22357 | 22360 | <hold obsolete> seconds without the IP returned. |
22358 | | -</pre><a class="anchor" name="resolvers"></a><a class="anchor" name="5-resolvers"></a><a class="anchor" name="5.3.2-resolvers"></a><a class="anchor" name="resolvers (Bind and server options)"></a><a class="anchor" name="resolvers (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="resolvers"></a><a href="#5.3.2-resolvers">resolvers</a></b> <span style="color: #080"><resolvers id></span></div><pre class="text"> Creates a new name server list labeled <resolvers id> |
| 22361 | +</pre><a class="anchor" name="resolvers"></a><a class="anchor" name="5-resolvers"></a><a class="anchor" name="5.3.2-resolvers"></a><a class="anchor" name="resolvers (Bind and server options)"></a><a class="anchor" name="resolvers (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="resolvers"></a><a href="#5.3.2-resolvers">resolvers</a></b> <span style="color: #080"><resolvers id></span></div><pre class="text"> Creates a new name server list labeled <resolvers id>. As mentioned above, |
| 22362 | + the special name "default" always exists and will be automatically created if |
| 22363 | + not explicitly declared; this will be the one internal services such as |
| 22364 | + httpclient rely on. Declaring a "default" entry will affect how such services |
| 22365 | + perform their name resolution. |
22359 | 22366 |
|
22360 | 22367 | A resolvers section accept the following parameters: |
22361 | 22368 | </pre><a class="anchor" name="accepted_payload_size"></a><a class="anchor" name="5-accepted_payload_size"></a><a class="anchor" name="5.3.2-accepted_payload_size"></a><a class="anchor" name="accepted_payload_size (Bind and server options)"></a><a class="anchor" name="accepted_payload_size (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="accepted_payload_size"></a><a href="#5.3.2-accepted_payload_size">accepted_payload_size</a></b> <span style="color: #080"><nb></span></div><pre class="text">Defines the maximum payload size accepted by HAProxy and announced to all the |
@@ -30885,7 +30892,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
30885 | 30892 | <br> |
30886 | 30893 | <hr> |
30887 | 30894 | <div class="text-right"> |
30888 | | - HAProxy 3.0.23 – Configuration Manual<br> |
| 30895 | + HAProxy 3.0.23-23 – Configuration Manual<br> |
30889 | 30896 | <small>, 2026/05/11</small> |
30890 | 30897 | </div> |
30891 | 30898 | </div> |
|
0 commit comments