From ff04d114f703624a1c0c9e946d22b648b290715e Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Mon, 23 Nov 2009 16:32:04 +0000 Subject: [PATCH] Fix web-server doc snafu. svn: r16990 --- collects/web-server/scribblings/ctable.scrbl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/collects/web-server/scribblings/ctable.scrbl b/collects/web-server/scribblings/ctable.scrbl index 0366511a90..e61d9e9b61 100644 --- a/collects/web-server/scribblings/ctable.scrbl +++ b/collects/web-server/scribblings/ctable.scrbl @@ -67,8 +67,11 @@ where a @scheme[host-table-sexpr] is: (mime-types ,path-string?) (password-authentication ,path-string?)))] -In this syntax, the @scheme['messages] paths are relative to the @scheme['configuration-root] directory. -All the paths in @scheme['paths] are relative to @scheme['host-root] (other than @scheme['host-root] obviously.) +In this syntax, the @scheme['messages] paths are relative to the +@scheme['configuration-root] directory. All the paths in +@scheme['paths] except for @scheme['servlet-root] are relative to +@scheme['host-root] (other than @scheme['host-root] obviously.) +The @scheme['servlet-root] path is relative to @scheme['file-root]. Allowable @scheme['log-format]s are those accepted by @scheme[log-format->format].