otherwise the code below always matches: if ($Rp != 80 && $Rp != 443) {
@@ -44,6 +44,8 @@
<programlisting><![CDATA[
...
tcp_accept_no_cl=yes
+listen=tcp:127.0.0.17:80
+listen=tls:127.0.0.17:443
loadmodule "sl.so"
loadmodule "xhttp.so"
@@ -135,6 +137,7 @@ event_route[xhttp:request] {
loadmodule "tm.so"
+loadmodule "xhttp.so"
loadmodule "websocket.so"