From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=UOH4j83s Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id E8693A570F4 for ; Sat, 24 Feb 2024 21:12:22 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 41OKCMn6006193; Sat, 24 Feb 2024 21:12:22 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 9E0DD25E80; Sat, 24 Feb 2024 21:12:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:references :in-reply-to:subject:subject:from:from:message-id:date:date :received:received; s=dkim-irif; t=1708805540; x=1709669541; bh= NLDloYRNj6zD1qVlDgXrLzTllkwUBztiPOU+UqE2QZ0=; b=UOH4j83skUZlpmMJ NymKPlGroqYciokpWmbQ28YotGx13EnF/i2nwZtwZBLHUwpPmMmqcSo9p0/OWBAG 6b+kJEhQAHYJ/pgKmwOMnlVgpu0XZTiroDgYXaBObTAMjV9A3tbSNAkrMq1TfBvr 2XDDU6pjvj621CcRUcOPfbiDvBPL9TVgPj9jkUrD2evDbbyKkzhVZS/iS+ch17Dy V/mnw+VUUGq5kwIVFZod6SLwGEqFyz89EMml7RxcjVfaYdjXyVksfW5G4yhwsn9q Zi6yfk9dAFhSvjeWIa1vuMf/wF1fy27heMaHt2KDecCxeYj36Q8ZtX0AuLkGBIzt 2TOifA== X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id f6ishC0aDttT; Sat, 24 Feb 2024 21:12:20 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id CE0E825CAB; Sat, 24 Feb 2024 21:12:19 +0100 (CET) Date: Sat, 24 Feb 2024 21:12:19 +0100 Message-ID: <87msrppqos.wl-jch@irif.fr> From: Juliusz Chroboczek To: Francis Bolduc In-Reply-To: References: <87jzmursig.wl-jch@irif.fr> <87o7c5purn.wl-jch@irif.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/29.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Sat, 24 Feb 2024 21:12:22 +0100 (CET) X-Miltered: at korolev with ID 65DA4DA6.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 65DA4DA6.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 65DA4DA6.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: K27ZO2K6L5SJI6T2PWZBAODQLAMOWGEK X-Message-ID-Hash: K27ZO2K6L5SJI6T2PWZBAODQLAMOWGEK X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.9 Precedence: list Subject: [Galene] Re: Behind reverse proxy, not at the root List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: >> Is your proxy rewriting the paths? Or is it just gluing multiple sites >> together? > The latter. I use haproxy with a frontend config that forwards the > HTTP requests to a backend server based on path rules. Here is an > example config: > frontend https > bind *:443 ssl crt /etc/haproxy/selfsigned.pem crt > /etc/haproxy/certs.d alpn h2,http/1.1 > mode http > acl is_path_galene path_beg -i /foo > use_backend galene if is_path_galene > > backend galene > mode http > server srv_galene 127.0.0.1:43210 What happens if you add http-request set-path "%[path,regsub(^/foo/,/)]" if is_path_galene ? -- Juliusz