statement about reported-port-option of httpd enhanced
This commit is contained in:
parent
0f77fb4b10
commit
540cb7a7e6
|
@ -78,8 +78,8 @@ one argument, a \ex{httpd\=options}-record:
|
||||||
\ex{with\=reported-port}, \ex{with\=path\=handler},
|
\ex{with\=reported-port}, \ex{with\=path\=handler},
|
||||||
\ex{with\=server\=admin}, \ex{with\=simultaneous-requests}, that set
|
\ex{with\=server\=admin}, \ex{with\=simultaneous-requests}, that set
|
||||||
the port the server is listening to, the root-directory of the
|
the port the server is listening to, the root-directory of the
|
||||||
server, the FQDN of the server, the reported-port \FIXME{What does
|
server, the FQDN of the server, the port the server assumes it is
|
||||||
reported-port do?}, the path-handler of the server (see below),
|
listening to, the path-handler of the server (see below),
|
||||||
the mail-address of the server-admin and the maximum number of
|
the mail-address of the server-admin and the maximum number of
|
||||||
simultaneous handled requests. The port defaults to 80, the root
|
simultaneous handled requests. The port defaults to 80, the root
|
||||||
directory defaults to ``\ex{/}'' and the mail address of the
|
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
|
let it serve any files out from this directory. Note that
|
||||||
\ex{with\=root\=directory} is nested in \ex{with\=path\=handler}.
|
\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
|
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
|
an HTTP client. When it receives a connection, it reads in and
|
||||||
parses the request into a special request data structure. Then the
|
parses the request into a special request data structure. Then the
|
||||||
|
|
Loading…
Reference in New Issue