CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/06/13 09:08:24
Modified files:
etc/examples : httpd.conf
usr.sbin/acme-client: acme-client.1 acme-client.conf.5
regress/usr.sbin/acme-client: httpd.conf
usr.sbin/httpd : httpd.conf.5 parse.y
Log message:
Rename httpd.conf "root strip" option to "request strip".
"root strip" was semantically incorrect and did cause some confusion
as it never stripped the root but the client's request path.
Discussed with many. Heads up: this is a grammar change that also
affects acme-client(1) configurations (see current.html).
OK claudio@