๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ Geminispace โ€บ 3330 captured on 2023-11-04 at 13:57:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-28)

โžก๏ธ Next capture (2023-11-14)

๐Ÿšง View Differences

-=-=-=-=-=-=-

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.

Posted in: s/Geminispace

๐Ÿ™ norayr

2023-07-21 ยท 3 months ago

3 Comments โ†“

๐Ÿš€ skyjake

Perhaps you mean a reverse proxy? See this discussion:

โ€” /s/Gemini/3233

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

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

thank you, i updated the thread there.