|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 |
| - <title>HAProxy version 3.0.11 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.0.11-14 - 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" />
|
|
4327 | 4327 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
|
4328 | 4328 | </p>
|
4329 | 4329 | <p class="text-right">
|
4330 |
| - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/02</b></small> |
| 4330 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small> |
4331 | 4331 | </p>
|
4332 | 4332 | </div>
|
4333 | 4333 | <!-- /.sidebar -->
|
|
4338 | 4338 | <div class="text-center">
|
4339 | 4339 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
|
4340 | 4340 | <h2>Configuration Manual</h2>
|
4341 |
| - <p><strong>version 3.0.11</strong></p> |
| 4341 | + <p><strong>version 3.0.11-14</strong></p> |
4342 | 4342 | <p>
|
4343 | 4343 | 2025/06/02<br>
|
4344 | 4344 |
|
@@ -6615,7 +6615,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.<
|
6615 | 6615 | of the name identifying the list. It means, for a given filename, Optional
|
6616 | 6616 | files and regular files reference the same list of pattern.
|
6617 | 6617 |
|
6618 |
| - * Lists of pattern based on virtual files: The name is just an identified. It |
| 6618 | + * Lists of pattern based on virtual files: The name is just an identifier. It |
6619 | 6619 | is not a reference to any file. "virt@" prefix must be used. It is part of
|
6620 | 6620 | the name. Thus it cannot be mixed with other kind of lists.
|
6621 | 6621 |
|
@@ -13405,11 +13405,14 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
|
13405 | 13405 |
|
13406 | 13406 | * In H1 only, NULL character in header value will be accepted;
|
13407 | 13407 |
|
13408 |
| - * The list of characters allowed to appear in a URI is well defined by |
13409 |
| - RFC3986, and chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 |
13410 |
| - ('\'), 94 ('^'), 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) |
13411 |
| - and anything above are normally not allowed. But here, in H1 only, |
13412 |
| - HAProxy will only block a number of them (0..32, 127); |
| 13408 | + * In H1 only, characters above 127 in the URI will be accepted. The list of |
| 13409 | + characters allowed to appear in a URI is well defined by RFC3986, and |
| 13410 | + chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 ('\'), 94 ('^'), |
| 13411 | + 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) and anything |
| 13412 | + above are normally not allowed. In H1, all character between (0..32) and |
| 13413 | + 127 will always be blocked. All characters above 127 (excluded) will also |
| 13414 | + be blocked, except when this option is enabled. Other characters |
| 13415 | + (33..126) will not be checked at all. |
13413 | 13416 |
|
13414 | 13417 | * In H1 and H2, URLs containing fragment references ('#' after the path)
|
13415 | 13418 | will be accepted;
|
@@ -30777,7 +30780,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
|
30777 | 30780 | <br>
|
30778 | 30781 | <hr>
|
30779 | 30782 | <div class="text-right">
|
30780 |
| - HAProxy 3.0.11 – Configuration Manual<br> |
| 30783 | + HAProxy 3.0.11-14 – Configuration Manual<br> |
30781 | 30784 | <small>, 2025/06/02</small>
|
30782 | 30785 | </div>
|
30783 | 30786 | </div>
|
|
0 commit comments