|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.8.19 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.8.20 - 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" /> |
|
4296 | 4296 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4297 | 4297 | </p> |
4298 | 4298 | <p class="text-right"> |
4299 | | - <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> |
| 4299 | + <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/20</b></small> |
4300 | 4300 | </p> |
4301 | 4301 | </div> |
4302 | 4302 | <!-- /.sidebar --> |
|
4307 | 4307 | <div class="text-center"> |
4308 | 4308 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4309 | 4309 | <h2>Configuration Manual</h2> |
4310 | | - <p><strong>version 2.8.19</strong></p> |
| 4310 | + <p><strong>version 2.8.20</strong></p> |
4311 | 4311 | <p> |
4312 | | - 2026/03/09<br> |
| 4312 | + 2026/03/20<br> |
4313 | 4313 |
|
4314 | 4314 | </p> |
4315 | 4315 | </div> |
@@ -11549,7 +11549,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
11549 | 11549 | http-check expect status 200,201,300-310 |
11550 | 11550 |
|
11551 | 11551 | <span class="comment"># be sure a sessid coookie is set</span> |
11552 | | -http-check expect header name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
| 11552 | +http-check expect hdr name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
11553 | 11553 |
|
11554 | 11554 | <span class="comment"># consider SQL errors as errors</span> |
11555 | 11555 | http-check expect ! string SQL\ Error |
@@ -28005,8 +28005,8 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
28005 | 28005 | <br> |
28006 | 28006 | <hr> |
28007 | 28007 | <div class="text-right"> |
28008 | | - HAProxy 2.8.19 – Configuration Manual<br> |
28009 | | - <small>, 2026/03/09</small> |
| 28008 | + HAProxy 2.8.20 – Configuration Manual<br> |
| 28009 | + <small>, 2026/03/20</small> |
28010 | 28010 | </div> |
28011 | 28011 | </div> |
28012 | 28012 | <!-- /.col-lg-12 --> |
|
0 commit comments