Module Name: src
Committed By: wiz
Date: Sat Oct 12 22:37:43 UTC 2013
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
Sort. More markup.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 src/libexec/httpd/bozohttpd.8:1.41
--- src/libexec/httpd/bozohttpd.8:1.40 Sat Oct 12 17:25:18 2013
+++ src/libexec/httpd/bozohttpd.8 Sat Oct 12 22:37:43 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.40 2013/10/12 17:25:18 mbalmer Exp $
+.\" $NetBSD: bozohttpd.8,v 1.41 2013/10/12 22:37:43 wiz Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@@ -36,8 +36,8 @@
.Nm
.Op Fl CIMPSZciptvx
.Op Fl C Ar suffix cgihandler
-.Op Fl L Ar prefix script
.Op Fl I Ar port
+.Op Fl L Ar prefix script
.Op Fl M Ar suffix type encoding encoding11
.Op Fl P Ar pidfile
.Op Fl S Ar server_software
@@ -96,27 +96,6 @@ outside of the cgibin directory to be ex
Multiple
.Fl C
options may be passed.
-.It Fl L Ar prefix script
-Adds a new Lua script for a particular prefix.
-The
-.Ar prefix
-should be an arbitrary text, and the
-.Ar script
-should be a full path to a Lua script.
-Multiple
-.Fl L
-options may be passed.
-A separate Lua state is created for each prefix.
-The Lua script can register callbacks using the
-httpd.register_handler('<name>', function) Lua function,
-which will trigger the execution of the Lua function
-.Em function
-when a URL in the form
-.Em http://<hostname>/<prefix>/<name>
-is being accessed.
-The function is passed three tables as arguments, the server
-environment, the request headers, and the decoded query string
-plus any data that was send as application/x-www-form-urlencoded.
.It Fl c Ar cgibin
Enables the CGI/1.1 interface.
The
@@ -183,6 +162,27 @@ option is used.
This option is only valid with the
.Fl b
option.
+.It Fl L Ar prefix script
+Adds a new Lua script for a particular prefix.
+The
+.Ar prefix
+should be an arbitrary text, and the
+.Ar script
+should be a full path to a Lua script.
+Multiple
+.Fl L
+options may be passed.
+A separate Lua state is created for each prefix.
+The Lua script can register callbacks using the
+httpd.register_handler('<name>', function) Lua function,
+which will trigger the execution of the Lua function
+.Em function
+when a URL in the form
+.Em http://<hostname>/<prefix>/<name>
+is being accessed.
+The function is passed three tables as arguments, the server
+environment, the request headers, and the decoded query string
+plus any data that was send as application/x-www-form-urlencoded.
.It Fl M Ar suffix type encoding encoding11
Adds a new entry to the table that converts file suffixes to
content type and encoding.
@@ -509,149 +509,152 @@ This manual documents
.Nm
version 20130711.
.Sh AUTHORS
+.An -nosplit
.Nm
-was written by Matthew R. Green
-.Aq [email protected] .
+was written by
+.An Matthew R. Green
+.Aq Mt [email protected] .
.Pp
The large list of contributors includes:
.Bl -dash
.It
-Marc Balmer
-.Aq [email protected]
+.An Marc Balmer
+.Aq Mt [email protected]
added Lua support for dynamic content creation
.It
-Arnaud Lacombe
-.Aq [email protected]
+.An Arnaud Lacombe
+.Aq Mt [email protected]
provided some clean up for memory leaks
.It
-Christoph Badura
-.Aq [email protected]
+.An Christoph Badura
+.Aq Mt [email protected]
provided Range: header support
.It
-Sean Boudreau
-.Aq [email protected]
+.An Sean Boudreau
+.Aq Mt [email protected]
provided a security fix for virtual hosting
.It
-Julian Coleman
-.Aq [email protected]
+.An Julian Coleman
+.Aq Mt [email protected]
provided an IPv6 bugfix
.It
-Chuck Cranor
-.Aq [email protected]
+.An Chuck Cranor
+.Aq Mt [email protected]
provided cgi-bin support fixes, and more
.It
-DEGROOTE Arnaud
-.Aq [email protected]
+.An DEGROOTE Arnaud
+.Aq Mt [email protected]
provided a fix for daemon mode
.It
-Andrew Doran
-.Aq [email protected]
+.An Andrew Doran
+.Aq Mt [email protected]
provided directory indexing support
.It
-Per Ekman
-.Aq [email protected]
+.An Per Ekman
+.Aq Mt [email protected]
provided a fix for a minor (non-security) buffer overflow condition
.It
-Alistair G. Crooks
-.Aq [email protected]
+.An Alistair G. Crooks
+.Aq Mt [email protected]
cleaned up many internal interfaces, made bozohttpd linkable as a
library and provided the Lua binding.
.It
-Roland Dowdeswell
-.Aq [email protected]
+.An Roland Dowdeswell
+.Aq Mt [email protected]
added support for serving gzipped files and better SSL handling
.It
-Jun-ichiro itojun Hagino, KAME
-.Aq [email protected]
+.An Jun-ichiro itojun Hagino, KAME
+.Aq Mt [email protected]
provided initial IPv6 support
.It
-Martin Husemann
-.Aq [email protected]
+.An Martin Husemann
+.Aq Mt [email protected]
provided .bzabsredirect support, and fixed various redirection issues
.It
-Arto Huusko
-.Aq [email protected]
+.An Arto Huusko
+.Aq Mt [email protected]
provided fixes cgi-bin
.It
-Roland Illig
-.Aq [email protected]
+.An Roland Illig
+.Aq Mt [email protected]
provided some off-by-one fixes
.It
-Zak Johnson
-.Aq [email protected]
+.An Zak Johnson
+.Aq Mt [email protected]
provided cgi-bin enhancements
.It
-Nicolas Jombart
-.Aq [email protected]
+.An Nicolas Jombart
+.Aq Mt [email protected]
provided fixes for HTTP basic authorisation support
.It
-Antti Kantee
-.Aq [email protected]
+.An Antti Kantee
+.Aq Mt [email protected]
provided fixes for HTTP basic authorisation support
.It
-Thomas Klausner
-.Aq [email protected]
+.An Thomas Klausner
+.Aq Mt [email protected]
provided many fixes and enhancements for the man page
.It
-Johnny Lam
-.Aq [email protected]
+.An Johnny Lam
+.Aq Mt [email protected]
provided man page fixes
.It
-Julio Merino
-.Aq [email protected]
+.An Julio Merino
+.Aq Mt [email protected]
Added the
.Fl P
option.
.It
-Luke Mewburn
-.Aq [email protected]
+.An Luke Mewburn
+.Aq Mt [email protected]
provided many various fixes, including cgi-bin fixes and enhancements,
HTTP basic authorisation support and much code clean up
.It
-Jeremy C. Reed
-.Aq [email protected]
+.An Jeremy C. Reed
+.Aq Mt [email protected]
provided several clean up fixes, and man page updates
.It
-Scott Reynolds
-.Aq [email protected]
+.An Scott Reynolds
+.Aq Mt [email protected]
provided various fixes
.It
-Tyler Retzlaff
-.Aq [email protected]
+.An Tyler Retzlaff
+.Aq Mt [email protected]
provided SSL support, cgi-bin fixes and much other random other stuff
.It
-rudolf
-.Aq [email protected]
+.An rudolf
+.Aq Mt [email protected]
provided minor compile fixes and a CGI content map fix
.It
-Steve Rumble
-.Aq [email protected]
+.An Steve Rumble
+.Aq Mt [email protected]
provided the
.Fl V
option.
.It
-Thor Lancelot Simon
-.Aq [email protected]
+.An Thor Lancelot Simon
+.Aq Mt [email protected]
enhanced cgi-bin support.
.It
-Joerg Sonnenberger
-.Aq [email protected]
+.An Joerg Sonnenberger
+.Aq Mt [email protected]
implemented If-Modified-Since support
.It
-ISIHARA Takanori
-.Aq [email protected]
+.An ISIHARA Takanori
+.Aq Mt [email protected]
provided a man page fix
.It
-Holger Weiss
-.Aq [email protected]
+.An Holger Weiss
+.Aq Mt [email protected]
provided http authorisation fixes
.It
-.Aq [email protected]
+.Aq Mt [email protected]
provided chroot and change-to-user support, and other various fixes
.It
-Coyote Point provided various CGI fixes
+Coyote Point provided various CGI fixes.
.It
-Julio Merino added pidfile support and provided some man page fixes
+.An Julio Merino
+added pidfile support and provided some man page fixes.
.El
.Pp
There are probably others I have forgotten (let me know if you care)
@@ -659,7 +662,7 @@ There are probably others I have forgott
Please send all updates to
.Nm
to
-.Aq [email protected]
+.Aq Mt [email protected]
for inclusion in future releases.
.Sh BUGS
.Nm