From modules-dev-return-5265-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Sun Feb 2 15:54:30 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 685DC1802C7 for ; Sun, 2 Feb 2020 16:54:30 +0100 (CET) Received: (qmail 52677 invoked by uid 500); 2 Feb 2020 15:54:29 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 52664 invoked by uid 99); 2 Feb 2020 15:54:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Feb 2020 15:54:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5C412C08FD for ; Sun, 2 Feb 2020 15:54:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.221 X-Spam-Level: X-Spam-Status: No, score=0.221 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=0.2, KAM_DMARC_STATUS=0.01, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01] autolearn=disabled Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id C9J-jfNSupFA for ; Sun, 2 Feb 2020 15:54:26 +0000 (UTC) Received-SPF: Permerror (mailfrom) identity=mailfrom; client-ip=178.170.125.68; helo=smtp.ex10.biz; envelope-from=xavier.lhomme@magellium.fr; receiver= Received: from smtp.ex10.biz (ikhexhub04.ex10.biz [178.170.125.68]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id DB6A47DC1E for ; Sun, 2 Feb 2020 15:54:25 +0000 (UTC) Received: from ex13mbxc01n02.ikhex.ikoula.com (178.170.74.67) by ikhexhub04.ikhex.ikoula.com (178.170.125.68) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 2 Feb 2020 16:54:18 +0100 Received: from ex13mbxc01n01.ikhex.ikoula.com (2002:b2aa:4a42::b2aa:4a42) by ex13mbxc01n02.ikhex.ikoula.com (2002:b2aa:4a43::b2aa:4a43) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Sun, 2 Feb 2020 16:54:18 +0100 Received: from ex13mbxc01n01.ikhex.ikoula.com ([fe80::7cfa:8f3a:5d4b:2d27]) by ex13mbxc01n01.ikhex.ikoula.com ([fe80::7cfa:8f3a:5d4b:2d27%15]) with mapi id 15.00.1473.003; Sun, 2 Feb 2020 16:54:18 +0100 From: Xavier LHOMME To: "modules-dev@httpd.apache.org" Subject: [mod_proxy_hcheck] HCheck and WSS Thread-Topic: [mod_proxy_hcheck] HCheck and WSS Thread-Index: AdXZ4P5JIqblGz4yTISClqw7c0je6A== Date: Sun, 2 Feb 2020 15:54:17 +0000 Message-ID: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [178.170.125.114] Content-Type: multipart/alternative; boundary="_000_f2ae5ee5609444359912c8e848e49891ex13mbxc01n01ikhexikoul_" MIME-Version: 1.0 --_000_f2ae5ee5609444359912c8e848e49891ex13mbxc01n01ikhexikoul_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello Here is an extract of my httpd configuration BalancerMember wss://pp-appli1.plf-sso.pp.minint.fr:8443 r= oute=3D1 hcmethod=3DGET hcexpr=3Dok2 hcuri=3D/trackingproxy_advanced/actuat= or BalancerMember wss://pp-appli2.plf-sso.pp.minint.fr:8443 r= oute=3D2 hcmethod=3DGET hcexpr=3Dok2 hcuri=3D/trackingproxy_advanced/actuat= or ProxySet stickysession=3DROUTEID ProxySet lbmethod=3Dbybusyness ProxyPass /tracking balancer://trackingwsbalancer/trackingpro= xy_advanced/tracking ProxyPassReverse /tracking balancer://trackingwsbalancer/trackingproxy_adva= nced/tracking I've confgured a WebSocket balancer. It seems that mod_proxy_hcheck don't use a http protocol to check the vali= dity of the node but wss. It just call wss://pp-appli1.plf-sso.pp.minint.fr:8443/trackingproxy_advanc= ed/actuator But the documetation says that its a http GET request. It should be great to add a be able to precise the protocole we want to use= to check or be able to add absolute uri. Best regards xlhomme --_000_f2ae5ee5609444359912c8e848e49891ex13mbxc01n01ikhexikoul_--