repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

has been in production use for quite some time.

intro

scgid is a daemon.  it listens for tcp connections (usually from a
webserver), and handles scgi requests by calling a program and returning
its output.

install & run

make sure you have $ROOT set, now run "mk" to compile and "mk
install" to install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT=
in the mk invocations to override the values in the mkconfig.
see the manual page for usage information.

latest version

the latest version can be found on
http://www.ueber.net/code/r/scgid

author & licence

when you find bugs or have other suggestions, please e-mail me
at mechiel@xs4all.nl or mechiel@ueber.net.
all files in this repository package are in the public domain.

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/scgid/
or
hg clone static-http://www.ueber.net/who/mjl/hg/scgid/

tgz

download a snapshot of the latest version: scgid-7.tgz.

contents

the files in the latest revision can be found at /hg/scgid/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:

manual pages:

limbo source files:

changes

rev nodeid when diff why
7 e43b5b4c53c5 6 weeks diff add mkconfig, document in README.
6 be87002c08b8 6 months diff make style more like other code.
5 22a8cfe83c70 18 months diff remove modinit() from module declaration that scgi programs should...
4 994165bee8d7 18 months diff introduce manual page for scgid. change README to match textmangl...
3 9a8e899b99e1 19 months diff fix mkfiles for /man & /module.
2 63c36efbe089 2 years diff forgot this example scgi program.
1 6c7f77814c20 2 years diff do not "build" dir module. nothing to do there.
0 17299987ea8e 2 years - first version in hg. this used to live in some dir on my local fi...