💾 Archived View for rawtext.club › ~sloum › geminilist › 006852.gmi captured on 2023-09-08 at 16:48:54. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Stephane Bortzmeyer stephane at sources.org
Tue Jul 6 10:11:06 BST 2021
- - - - - - - - - - - - - - - - - - -
I cannot manage to configure gemserv for SCGI. I always get a 51 forSCGI requests.
I added:
cgi = true scgi = { "/scgi" = "localhost:4000" }
to the server definition (I also tried it as global parameters) butrequests for <gemini://gemini.bortzmeyer.org/scgi> still return51. There is apparently something I did not understand in thedocumentation.
Did anyone manage to use SCGI with gemserv? Or should I switch toanother server?