|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.0.18 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.0.19 - 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/03/09</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/03/19</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.18</strong></p> |
| 4345 | + <p><strong>version 3.0.19</strong></p> |
4346 | 4346 | <p> |
4347 | | - 2026/03/09<br> |
| 4347 | + 2026/03/19<br> |
4348 | 4348 |
|
4349 | 4349 | </p> |
4350 | 4350 | </div> |
@@ -12301,7 +12301,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
12301 | 12301 | http-check expect status 200,201,300-310 |
12302 | 12302 |
|
12303 | 12303 | <span class="comment"># be sure a sessid coookie is set</span> |
12304 | | -http-check expect header name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
| 12304 | +http-check expect hdr name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
12305 | 12305 |
|
12306 | 12306 | <span class="comment"># consider SQL errors as errors</span> |
12307 | 12307 | http-check expect ! string SQL\ Error |
@@ -30880,8 +30880,8 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
30880 | 30880 | <br> |
30881 | 30881 | <hr> |
30882 | 30882 | <div class="text-right"> |
30883 | | - HAProxy 3.0.18 – Configuration Manual<br> |
30884 | | - <small>, 2026/03/09</small> |
| 30883 | + HAProxy 3.0.19 – Configuration Manual<br> |
| 30884 | + <small>, 2026/03/19</small> |
30885 | 30885 | </div> |
30886 | 30886 | </div> |
30887 | 30887 | <!-- /.col-lg-12 --> |
|
0 commit comments