commit e09ede37f2a3450e66423242c5cde139bb72e1e5 from: Stefan Sperling date: Tue Jan 28 09:35:39 2020 UTC document that slowcgi(8) is needed for gotweb, too commit - d13606881f457fdb77b95350241e29e537bfd6f2 commit + e09ede37f2a3450e66423242c5cde139bb72e1e5 blob - 8f340f4d9512d927ed278f944b0fd4818defd389 blob + 1cb5da5f4b0849041fd3897a319584095998d935 --- README +++ README @@ -47,7 +47,7 @@ Man page files in the Got source tree can be viewed wi 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: @@ -78,6 +78,11 @@ Example configuration for httpd.conf: } } +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