Commit Briefs


Omar Polo

gotwebd: use SCRIPT_NAME to derive URLs

This makes gotwebd use SCRIPT_NAME instead of the DOCUMENT_ROOT fastcgi param to generate the links to the assets and changes some links so every page is consistently linked with a relative URL. It allows to drop the `root "/"' in the location for fastcgi and, as a bonus, also makes possible to run gotwebd on non "/" paths. ok stsp@


Omar Polo

gotwebd: garbage collect %token FCGI_SOCKET

ok stsp@


Stefan Sperling

remove fcgi_socket keyword from gotwebd.conf; "listen on" now implies it

ok op@


Mark Jamsek

got: fix typo in argc check when diffing two blobs

We already have two arguments when diffing two blobs, so check for more than two like we do when diffing two objects to check for invalid path args. Includes new regress test by op for diffing two blobs. ok stsp@ and ok plus regress test from op@


Mark Jamsek

tog: fix typo in diff nlines > 0 check

We want to check if *nlines is greater than zero here. ok op@ and stsp@




Stefan Sperling

Xr httpd manual pages


Stefan Sperling

add missing whitespace; spotted by tracey


Omar Polo

use Xo/Xc in the man pages

Patch by Josiah Frentsos; ok kn@



Stefan Sperling

gotwebd.conf should Xr gotwebd, not gotweb


Stefan Sperling

initial pass over gotwebd docs

tracey is fine with gotwebd.8 but gotweb.conf.5 still needs some work


Stefan Sperling

allow multiple "listen on" statements per server in gotwebd.conf

ok tracey