๐พ Archived View for bbs.geminispace.org โบ s โบ Geminispace โบ 3330 captured on 2023-11-14 at 08:50:36. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-11-04)
โก๏ธ Next capture (2023-12-28)
-=-=-=-=-=-=-
in web world, when the server software contains a web server, it is usually is designed to listen on some port, and then our main web server (apache/nginx/whatever) can be configured to proxy https to that port.
in gemini world, we often have gemini projects that itself listen on 1965, but i guess/hope can be configured to listen on some other port.
do we have a gemini server that can serve several capsules, and 'proxypass' requests to different ports?
(i have my snobbish reasons to also want that server to be written in a compiled to native code language/technology).
if we don't have such a server i will need to use separate machines, or perhaps, containers.
Jul 21 ยท 4 months ago
๐ skyjake ยท Jul 21 at 11:52:
Perhaps you mean a reverse proxy? See this discussion:
Generally speaking, it is not straightforward to do reverse proxying with Gemini servers because one has to deal with client certificates (assuming the server behind the reverse proxy must have access to the original request's client certificate).
๐ norayr ยท Jul 21 at 12:14:
heh, that would be ironic if i start using containers because of gemini. to me containers feel like a complicated tech, and gemini like minimal tech. (:
๐ norayr ยท Jul 21 at 12:25:
thank you, i updated the thread there.