๐พ Archived View for bbs.geminispace.org โบ u โบ skyjake โบ 3332 captured on 2024-03-21 at 20:59:26. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-02-05)
โก๏ธ Next capture (2024-05-10)
-=-=-=-=-=-=-
Re: "in web world, when the server software contains a web..."
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).
2023-07-21 ยท 8 months ago
๐ norayr [OP] ยท 2023-07-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 [OP] ยท 2023-07-21 at 12:25:
thank you, i updated the thread there.
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...