This commit is contained in:
Ulf Möller
2001-09-07 06:13:40 +00:00
parent 14cfde9c83
commit 3b80e3aa9e
25 changed files with 51 additions and 51 deletions

View File

@@ -195,7 +195,7 @@ emulates a simple web server. Pages will be resolved relative to the
current directory, for example if the URL https://myhost/page.html is
requested the file ./page.html will be loaded. The files loaded are
assumed to contain a complete and correct HTTP response (lines that
are part of the HTTP response line and headers must end wih CRLF).
are part of the HTTP response line and headers must end with CRLF).
=item B<-engine id>