statement about reported-port-option of httpd enhanced

This commit is contained in:
interp 2002-03-24 10:03:13 +00:00
parent 0f77fb4b10
commit 540cb7a7e6
1 changed files with 2 additions and 3 deletions

View File

@ -78,8 +78,8 @@ one argument, a \ex{httpd\=options}-record:
\ex{with\=reported-port}, \ex{with\=path\=handler},
\ex{with\=server\=admin}, \ex{with\=simultaneous-requests}, that set
the port the server is listening to, the root-directory of the
server, the FQDN of the server, the reported-port \FIXME{What does
reported-port do?}, the path-handler of the server (see below),
server, the FQDN of the server, the port the server assumes it is
listening to, the path-handler of the server (see below),
the mail-address of the server-admin and the maximum number of
simultaneous handled requests. The port defaults to 80, the root
directory defaults to ``\ex{/}'' and the mail address of the
@ -101,7 +101,6 @@ one argument, a \ex{httpd\=options}-record:
let it serve any files out from this directory. Note that
\ex{with\=root\=directory} is nested in \ex{with\=path\=handler}.
The server's basic loop is to wait on the port for a connection from
an HTTP client. When it receives a connection, it reads in and
parses the request into a special request data structure. Then the