werc-1.5.0-tweaks/sites/werc.cat-v.org/docs/web-server-setup/cgd.md
NunoSempere ae14bd3fbb chore: Update permissions
It's unclear to me how to not commit this and proceed further.
2022-03-10 23:12:17 +00:00

15 lines
440 B
Markdown
Executable File

cgd
===
Cgd is a simple daemon written in [go](http://golang.org) that can
serve a CGI script over HTTP or FastCGI. It only needs to know the
location of the Plan 9 (9base, frontbase, or plan9port) binaries, and
the location of the werc installation itself. There is no
configuration file.
For example, to run werc under cgd on Plan 9:
PLAN9=/ cgd -c $werc/bin/werc.rc -w $werc/bin
Download it here: <https://code.9front.org/hg/cgd>