Commits


remove trailing whitespace; patch by Josiah Frentsos


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@


gotwebd: garbage collect %token FCGI_SOCKET ok stsp@


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


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@


tog: fix typo in diff nlines > 0 check We want to check if *nlines is greater than zero here. ok op@ and stsp@


gotwebd.8: explicitly point out that gotwebd and httpd share a user ID


hint at SNI support in gotwebd.conf.5; suggested by tracey


Xr httpd manual pages


add missing whitespace; spotted by tracey


use Xo/Xc in the man pages Patch by Josiah Frentsos; ok kn@


document gotwebd's server concept better; requested by tracey


gotwebd.conf should Xr gotwebd, not gotweb


initial pass over gotwebd docs tracey is fine with gotwebd.8 but gotweb.conf.5 still needs some work


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