Module Name: src
Committed By: wiz
Date: Sat Apr 18 12:35:51 UTC 2009
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
Remove duplicate part (pasto?). Remove trailing whitespace.
Use Aq where easily possible.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/libexec/httpd/bozohttpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.11 src/libexec/httpd/bozohttpd.8:1.12
--- src/libexec/httpd/bozohttpd.8:1.11 Sat Apr 18 07:28:24 2009
+++ src/libexec/httpd/bozohttpd.8 Sat Apr 18 12:35:51 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.11 2009/04/18 07:28:24 mrg Exp $
+.\" $NetBSD: bozohttpd.8,v 1.12 2009/04/18 12:35:51 wiz Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.84 2009/04/18 01:48:18 mrg Exp $
.\"
@@ -97,7 +97,7 @@
looks for URL's in the form of
.Em /cgi-bin/\*[Lt]scriptname\*[Gt]
where
-.Em \*[Lt]scriptname\*[Gt]
+.Em Aq scriptname
is a valid CGI program in the
.Ar cgibin
directory.
@@ -423,30 +423,6 @@
.Pp
To use
.Nm
-has support for SSLv2, SSLv3, and TLSv1 protocols that is included by
-default. It requires linking with the crypto and ssl library, using
-.Dq -lcrypto -lssl .
-To disable SSL SUPPORT compile
-.Nm
-with
-.Dq -DNO_SSL_SUPPORT
-on the compiler command line.
-.Sh EXAMPLES
-To configure set of virtual hosts, one would use an
-.Xr inetd.conf 5
-entry like:
-.Bd -literal
-http stream tcp nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd -v /var/vroot /var/www
-.Ed
-.Pp
-and inside
-.Pa /var/vroot
-create a directory (or a symlink to a directory) with the same name as
-the virtual host, for each virtual host.
-Lookups for these names are done in a case-insensitive manner.
-.Pp
-To use
-.Nm
with PHP, one must use the
.Fl C
option to specify a CGI handler for a particular file type.
@@ -466,7 +442,7 @@
called
.Dq tinyhttpd .
It was then rewritten from scratch in perl, and then once again in C.
-From
+From
.Dq bozohttpd
version 20060517, it has been integrated into
.Nx .