Arya K aryak
aryak commented on issue solene/vger#9 2022-09-18 13:48:05 +00:00
Unable to get CGI to work on NixOS

Is it related to virtualhosts?

aryak commented on issue solene/vger#9 2022-09-14 02:19:53 +00:00
Unable to get CGI to work on NixOS

making it 777 did not help

aryak commented on issue solene/vger#9 2022-09-13 17:20:10 +00:00
Unable to get CGI to work on NixOS
#!/run/current-system/sw/bin/bash
echo worked > /tmp/t

its a really basic script, it just isnt being executed.

dependency can't be an issue since i am using /run/current-system/sw/bi…

aryak commented on issue solene/vger#9 2022-09-13 10:57:32 +00:00
Unable to get CGI to work on NixOS
EXIT: vger signal=13 pid=133846 duration=0(sec)
START: vger pid=133849 from=192.168.122.1
EXIT: vger status=1 pid=133849 duration=0(sec)
START: vger pid=133926 from=192.168.122.1
EXIT:…
aryak commented on issue solene/vger#9 2022-09-12 10:52:47 +00:00
Unable to get CGI to work on NixOS

Also, does the fact that aryak.vern.cc directory is a symlink to /home/aryak/public_gemini make a difference?

aryak commented on issue solene/vger#9 2022-09-12 10:50:13 +00:00
Unable to get CGI to work on NixOS
services.xinetd.enable = true;
#services.xinetd.services = [ vger
services.xinetd.services = [ {
  name = "vger";
  user = "gemini";
  server = "/var/gemini/vger/vger";
  serverArgs =…
aryak commented on issue solene/vger#9 2022-09-12 10:48:55 +00:00
Unable to get CGI to work on NixOS

in the man page its told explicitly not to have trailing / right

aryak opened issue solene/vger#9 2022-09-11 13:44:58 +00:00
Unable to get CGI to work on NixOS
aryak created pull request team/site#119 2022-09-11 13:33:30 +00:00
Add ~vern (vern.cc) to other-tildes.md