๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ gritty โ€บ 22185 captured on 2024-12-17 at 15:49:25. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

Comment by ๐Ÿ€ gritty

Re: "Apache+PHP equivalent for Gemini?"

In: s/AskGemini

Agree. there was a rather long thread here about the best gemini language not long ago. it's probably still on the front page.

๐Ÿ€ gritty

Nov 25 ยท 3 weeks ago

2 Later Comments โ†“

๐Ÿ‘ป ps ยท Nov 25 at 22:45:

Wrote some PHP 8 / Composer server-side before. I even had started GTK client implementation in PHP, lol. Checkout these links to get code examples:

โ€” yggverse.cities.yesterweb.org

Also, take a look at Ratchet library that provides well featured async socket API - it would cover 99% of your server-side needs:

โ€” https://github.com/ratchetphp/Ratchet

๐Ÿ’Ž pista ยท Nov 26 at 14:20:

gmcapsule or anything else with CGI support. All you need to do is make your PHP scripts executable and start the file with a shebang pointing to the PHP binary.

The guestbook and text image generators at gemini://brainsocks.xyz all run on PHP.

Original Post

๐ŸŒ’ s/AskGemini

Apache+PHP equivalent for Gemini? โ€” Is there any Gemini server software that allows for serving pages, but also allows for server-side scripting? I'm looking for whatever the equivalent to PHP might be in Gemini. I'd rather like to avoid having to modify the web server code itself.

๐Ÿ’ฌ bababooey ยท 4 comments ยท Nov 25 ยท 3 weeks ago