Commits


gotwebd.conf: sync defaults The first example is meant to show the default values for all the options. Sync with reality.


gotwebd.conf: use `listen on socket' syntax for UNIX sockets too and drop unix_socket and unix_socket_path in server context. ok stsp@


gotwebd: remove got_prefix in gotwebd.conf(5) example


put manual page sections in the proper order


add respect_exportok flag, defaulting to off allows to hide repositories if they have the magic git-daemon-export-ok file ok op@ tracey@ stsp@


gotwebd.conf: add syntax for defining macros and document them macros are already supported by parse.y but can only be defined with the -D flag. This adds the ``usual'' syntax for macros: varname = string. While here, fix the markup of the -D flag in the SYNOPSIS and sync the global `grammar' yacc rule with other parse.y grammars in base: - add the /* empty */ comment - increment file->errors on errors ok stsp@, "sure, go for it" tracey@


document caveat when configuring gotwebd to listen on a network interface


gotwebd.conf.5: fix double `the'


fix documentation of gotwebd.conf default path


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


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


Xr httpd manual pages


add missing whitespace; spotted by tracey


document gotwebd's server concept better; requested by tracey


gotwebd.conf should Xr gotwebd, not gotweb