blob: 4836c475f416a1a8d6c50fd0080f97eee7d1b144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
$NetBSD: patch-ab,v 1.4 2000/08/23 12:24:42 jlam Exp $
--- bozohttpd.8.orig Tue May 23 03:14:38 2000
+++ bozohttpd.8
@@ -59,7 +59,7 @@
The following options are available:
.Bl -tag -width xxxcgibin
.It Fl n
-This options stops
+This option stops
.Nm
from doing IP address to name resolution of hosts for setting the
.Ev REMOTE_HOST
@@ -68,7 +68,7 @@
.Fl c
option.
.It Fl r
-This options causes
+This option causes
.Nm
to automatically redirect Uniform Resource Locators that have their
trailing slash missing. The default behaviour is to send a message
@@ -112,12 +112,13 @@
.Xr inetd.conf 5
entry would be:
.Dl www stream tcp nowait httpd /usr/pkg/libexec/httpd httpd /var/www
+.Dl www stream tcp6 nowait httpd /usr/pkg/libexec/httpd httpd /var/www
.Pp
Using the
.Nx
.Xr inetd 8 ,
-you an provide multiple IP-address based HTTP servers by having mulitple
-listening port with different configurations.
+you can provide multiple IP-address-based HTTP servers by having multiple
+listening ports with different configurations.
.Sh NOTES
This server supports the
.Em HTTP/0.9 ,
|