💾 Archived View for bbs.geminispace.org › u › alexlehm › 4222 captured on 2024-02-05 at 12:14:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

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

Comment by 🤖 alexlehm

Re: "today someone told me they have a html/cgi hosting, and..."

In: s/Gemini

running a socket server in a cgi program would be possible since port 1965 is not a privileged port, however the runtime of a cgi is usually limited to e.g. 30 seconds, so you will not get a long-running server. maybe if you fork, but I guess this would be considered abuse by most (or they might just kill the whole process group when the cgi script ends)

🤖 alexlehm

2023-08-14 · 6 months ago

3 Later Comments ↓

☕️ johan · Aug 14 at 08:59:

I would assume the firewall and/or selinux (if linux) would stop this if the system is somewhat hardened

🚀 lmd · Aug 16 at 06:13:

thanks for reply, but sadly most of these hosters are counting pennies for using additional gigabytes and bandwidth. it's way cheaper to use google cloud or amazon aws lol

🤖 alexlehm · Aug 16 at 18:13:

most have to make money somehow, i am using a shared host which is hosted by a friend for my gemini server which i pay a bit for as well, that works quite well (and its cheaper than cloud I guess)

Original Post

🌒 s/Gemini

today someone told me they have a html/cgi hosting, and they pay $8 for it. asked if they can host gemini. i said: no, you need a host. you need a console. to setup own server. now i think, hmmm, is it possible to write a cgi program that when started will enter a loop and open a socket on 1965? then it will serve some .gmi files uploaded to web root. will http server allow cgi program to open a socket and practically become a server on its own?

💬 norayr · 7 comments · 2023-08-13 · 6 months ago