up
svn: r6474
This commit is contained in:
parent
e784794e15
commit
86ece8fa9e
|
@ -14,12 +14,13 @@ are through a command-line tool or through a function call.
|
|||
Two command-line utilities are provided with the @file{web-server}:
|
||||
|
||||
@exec{plt-web-server-text [-f <file-name> -p <port> -a <ip-address>]}
|
||||
|
||||
@exec{plt-web-server [-f <file-name> -p <port> -a <ip-address>]}
|
||||
|
||||
The first runs the @file{web-server} with MzScheme, while the second runs
|
||||
the server with MrEd, providing a graphical UI. The optional file-name
|
||||
argument specifies the path to a @scheme[configuration-table] S-expression
|
||||
(see @secref["configuration-table"].) If this is not provided, the default
|
||||
(see @secref["configuration-table.ss"].) If this is not provided, the default
|
||||
configuration shipped with the server is used. The optional port and ip-address
|
||||
arguments override the corresponding portions of the @scheme[configuration-table].
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ configuring the @file{web-server}.
|
|||
represent a standard configuration (see @secref["XXX"]) of the @file{web-server}.
|
||||
The contracts on this structure influence the valid types of values in
|
||||
the configuration table S-expression file format described in
|
||||
@secref["configuration-table"].
|
||||
@secref["configuration-table.ss"].
|
||||
|
||||
@defstruct[configuration-table
|
||||
([port (between/c 1 65535)]
|
||||
|
|
|
@ -82,7 +82,7 @@ the users and implementers of managers.
|
|||
}
|
||||
|
||||
If you are considering using this manager, also consider using the
|
||||
Web Language. (See @secref["lang"].)
|
||||
Web Language. (See @secref["lang.ss"].)
|
||||
|
||||
@; ------------------------------------------------------------
|
||||
@section[#:tag "timeouts.ss"]{Timeouts}
|
||||
|
|
Loading…
Reference in New Issue
Block a user