|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 |
| - <title>HAProxy version 3.1.8 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.1.8-15 - 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" />
|
|
4430 | 4430 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
|
4431 | 4431 | </p>
|
4432 | 4432 | <p class="text-right">
|
4433 |
| - <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> |
| 4433 | + <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> |
4434 | 4434 | </p>
|
4435 | 4435 | </div>
|
4436 | 4436 | <!-- /.sidebar -->
|
|
4441 | 4441 | <div class="text-center">
|
4442 | 4442 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
|
4443 | 4443 | <h2>Configuration Manual</h2>
|
4444 |
| - <p><strong>version 3.1.8</strong></p> |
| 4444 | + <p><strong>version 3.1.8-15</strong></p> |
4445 | 4445 | <p>
|
4446 | 4446 | 2025/06/02<br>
|
4447 | 4447 |
|
@@ -6880,7 +6880,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.<
|
6880 | 6880 | of the name identifying the list. It means, for a given filename, Optional
|
6881 | 6881 | files and regular files reference the same list of pattern.
|
6882 | 6882 |
|
6883 |
| - * Lists of pattern based on virtual files: The name is just an identified. It |
| 6883 | + * Lists of pattern based on virtual files: The name is just an identifier. It |
6884 | 6884 | is not a reference to any file. "virt@" prefix must be used. It is part of
|
6885 | 6885 | the name. Thus it cannot be mixed with other kind of lists.
|
6886 | 6886 |
|
@@ -13989,11 +13989,14 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
|
13989 | 13989 |
|
13990 | 13990 | * In H1 only, NULL character in header value will be accepted;
|
13991 | 13991 |
|
13992 |
| - * The list of characters allowed to appear in a URI is well defined by |
13993 |
| - RFC3986, and chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 |
13994 |
| - ('\'), 94 ('^'), 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) |
13995 |
| - and anything above are normally not allowed. But here, in H1 only, |
13996 |
| - HAProxy will only block a number of them (0..32, 127); |
| 13992 | + * In H1 only, characters above 127 in the URI will be accepted. The list of |
| 13993 | + characters allowed to appear in a URI is well defined by RFC3986, and |
| 13994 | + chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 ('\'), 94 ('^'), |
| 13995 | + 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) and anything |
| 13996 | + above are normally not allowed. In H1, all character between (0..32) and |
| 13997 | + 127 will always be blocked. All characters above 127 (excluded) will also |
| 13998 | + be blocked, except when this option is enabled. Other characters |
| 13999 | + (33..126) will not be checked at all. |
13997 | 14000 |
|
13998 | 14001 | * In H1 and H2, URLs containing fragment references ('#' after the path)
|
13999 | 14002 | will be accepted;
|
@@ -31783,7 +31786,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
|
31783 | 31786 | <br>
|
31784 | 31787 | <hr>
|
31785 | 31788 | <div class="text-right">
|
31786 |
| - HAProxy 3.1.8 – Configuration Manual<br> |
| 31789 | + HAProxy 3.1.8-15 – Configuration Manual<br> |
31787 | 31790 | <small>, 2025/06/02</small>
|
31788 | 31791 | </div>
|
31789 | 31792 | </div>
|
|
0 commit comments