Ludovic Courtès writes: > Hi Chris! > > Sorry for the delay. > > Christopher Baines skribis: > >> * gnu/services/web.scm (, >> , >> ): New record types. >> (%default-httpd-modules, %httpd-accounts, >> httpd-service-type): New variables. >> (httpd-shepherd-services, httpd-activation, >> httpd-process-extensions): New procedures. >> * gnu/tests/web.scm (run-httpd-test): New procedure. >> (%httpd-os, %tests-httpd): New variables. >> * doc/guix.texi (Web Services): Document the Apache HTTP Server. > > [...] > >> +The @code{(gnu services web)} module provides the Apache HTTP Server, >> +the nginx web server, and also a fastcgi wrapper daemon. >> + >> +@subsubheading Apache HTTP Server >> + >> +@deffn {Scheme Variable} httpd-service-type >> +Service type for the @uref{https://httpd.apache.org/,Apache HTTP} >> +server. The value for this service type is a @code{https-configuration} > ^ > Maybe add “(@dfn{httpd})”. > > Apart from this super-nitpicky comment, this LGTM! :-) Great, I've made that change and pushed. Thanks for reviewing Ludo :)