commit - d13606881f457fdb77b95350241e29e537bfd6f2
commit + e09ede37f2a3450e66423242c5cde139bb72e1e5
blob - 8f340f4d9512d927ed278f944b0fd4818defd389
blob + 1cb5da5f4b0849041fd3897a319584095998d935
--- README
+++ README
EXAMPLES in got.1 contains a quick-start guide for OpenBSD developers.
Game of Trees Web (Gotweb) is a CGI program which displays repository data
-and is designed to work with httpd(8).
+and is designed to work with httpd(8) and slowcgi(8).
To compile gotweb on OpenBSD, run:
}
}
+httpd(8) and slowcgi(8) should be enabled and started:
+
+ # rcctl enable httpd slowcgi
+ # rcctl start httpd slowcgi
+
Gotweb's run-time behaviour can be configured in the gotweb.conf file:
$ man -l gotweb/gotweb.conf.5