Clarifying docs

svn: r12315
This commit is contained in:
Jay McCarthy 2008-11-05 22:16:00 +00:00
parent 88c842bd06
commit c129307cd4

View File

@ -113,7 +113,6 @@ structures.
where a @scheme[host-table-sexpr] is:
@; XXX Where the paths are resolved relative to
@schemeblock[
`(host-table
(default-indices ,string? ...)
@ -141,6 +140,9 @@ 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.)
@(require (for-label web-server/dispatchers/dispatch-log))
Allowable @scheme['log-format]s are those accepted by @scheme[log-format->format].