💾 Archived View for 80h.dev › projects › gemserv › files › UPDATING.gemini captured on 2020-09-24 at 00:45:43. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
01 20200528:
02 AFFECTS: CGI USERS
03
04 The cgi variable in the configuration file changed from:
05
06 cgi = /path/to/cgi-bin
07
08 To:
09
10 cgi = true
11 cgipath = /path/to/cgi-bin
12
13 If cgi isn't set to true the cgipath variable will not be looked at. And
14 if the cgipath isn't set but cgi is true then cgi will run from
15 anywhere.