From 540cb7a7e6b3043f8a0254056af70fb47a369ef7 Mon Sep 17 00:00:00 2001 From: interp Date: Sun, 24 Mar 2002 10:03:13 +0000 Subject: [PATCH] statement about reported-port-option of httpd enhanced --- doc/latex/httpd.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/latex/httpd.tex b/doc/latex/httpd.tex index 5cbe52a..c7a732b 100644 --- a/doc/latex/httpd.tex +++ b/doc/latex/httpd.tex @@ -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