diff --git a/doc/latex/httpd.tex b/doc/latex/httpd.tex index c7a732b..35df7f9 100644 --- a/doc/latex/httpd.tex +++ b/doc/latex/httpd.tex @@ -76,17 +76,20 @@ one argument, a \ex{httpd\=options}-record: that can be found in the \ex{httpd\=make\=options}-structure: \ex{with\=port}, \ex{with\=root\=directory}, \ex{with\=fqdn}, \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 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 - server-admin defaults to - ``\ex{sperber@\ob{}informatik.\ob{}uni\=tuebingen.\ob{}de}''. + \ex{with\=server\=admin}, \ex{with\=simultaneous-requests}, + \ex{with\=logfile}, \ex{with\=syslog?} that set the port the server + is listening to, the root-directory of the 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, the maximum number of simultaneous handled requests, + the name of the file or the port logging in the Common Log Format + (CLF) is output to and if the server shall create syslog messages, + respectively. The port defaults to 80, the root directory defaults + to ``\ex{/}'', the mail address of the server-admin defaults to + ``\ex{sperber@\ob{}informatik.\ob{}uni\=tuebingen.\ob{}de}'', \FIXME{Why does the server admin mail address have - sperber@informatik... as default value?}All other options default + sperber@informatik... as default value?}logging is done to + ``\ex{httpd.log}'' and syslog is enabled. All other options default to \sharpf. For example