Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd Sort. More markup.



details:   https://anonhg.NetBSD.org/src/rev/fc57ecc22212
branches:  trunk
changeset: 790461:fc57ecc22212
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 12 22:37:43 2013 +0000

description:
Sort.  More markup.

diffstat:

 libexec/httpd/bozohttpd.8 |  185 +++++++++++++++++++++++----------------------
 1 files changed, 94 insertions(+), 91 deletions(-)

diffs (truncated from 304 to 300 lines):

diff -r b46f9b358e08 -r fc57ecc22212 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Sat Oct 12 21:11:42 2013 +0000
+++ b/libexec/httpd/bozohttpd.8 Sat Oct 12 22:37:43 2013 +0000
@@ -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 I Ar port
 .Op Fl L Ar prefix script
-.Op Fl I Ar port
 .Op Fl M Ar suffix type encoding encoding11
 .Op Fl P Ar pidfile
 .Op Fl S Ar server_software
@@ -96,27 +96,6 @@
 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 @@
 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 @@
 .Nm
 version 20130711.
 .Sh AUTHORS
+.An -nosplit
 .Nm
-was written by Matthew R. Green
-.Aq mrg%eterna.com.au@localhost .
+was written by
+.An Matthew R. Green
+.Aq Mt mrg%eterna.com.au@localhost .
 .Pp
 The large list of contributors includes:
 .Bl -dash
 .It
-Marc Balmer
-.Aq mbalmer%NetBSD.org@localhost
+.An Marc Balmer
+.Aq Mt mbalmer%NetBSD.org@localhost
 added Lua support for dynamic content creation
 .It
-Arnaud Lacombe
-.Aq alc%NetBSD.org@localhost
+.An Arnaud Lacombe
+.Aq Mt alc%NetBSD.org@localhost
 provided some clean up for memory leaks
 .It
-Christoph Badura
-.Aq bad%bsd.de@localhost
+.An Christoph Badura
+.Aq Mt bad%bsd.de@localhost
 provided Range: header support
 .It
-Sean Boudreau
-.Aq seanb%NetBSD.org@localhost
+.An Sean Boudreau
+.Aq Mt seanb%NetBSD.org@localhost
 provided a security fix for virtual hosting
 .It
-Julian Coleman
-.Aq jdc%coris.org.uk@localhost
+.An Julian Coleman
+.Aq Mt jdc%coris.org.uk@localhost
 provided an IPv6 bugfix
 .It
-Chuck Cranor
-.Aq chuck%research.att.com@localhost
+.An Chuck Cranor
+.Aq Mt chuck%research.att.com@localhost
 provided cgi-bin support fixes, and more
 .It
-DEGROOTE Arnaud
-.Aq degroote%NetBSD.org@localhost
+.An DEGROOTE Arnaud
+.Aq Mt degroote%NetBSD.org@localhost
 provided a fix for daemon mode
 .It
-Andrew Doran
-.Aq ad%NetBSD.org@localhost
+.An Andrew Doran
+.Aq Mt ad%NetBSD.org@localhost
 provided directory indexing support
 .It
-Per Ekman
-.Aq pek%pdc.kth.se@localhost
+.An Per Ekman
+.Aq Mt pek%pdc.kth.se@localhost
 provided a fix for a minor (non-security) buffer overflow condition
 .It
-Alistair G. Crooks
-.Aq agc%NetBSD.org@localhost
+.An Alistair G. Crooks
+.Aq Mt agc%NetBSD.org@localhost
 cleaned up many internal interfaces, made bozohttpd linkable as a
 library and provided the Lua binding.
 .It
-Roland Dowdeswell
-.Aq elric%NetBSD.org@localhost
+.An Roland Dowdeswell
+.Aq Mt elric%NetBSD.org@localhost
 added support for serving gzipped files and better SSL handling
 .It
-Jun-ichiro itojun Hagino, KAME
-.Aq itojun%iijlab.net@localhost
+.An Jun-ichiro itojun Hagino, KAME
+.Aq Mt itojun%iijlab.net@localhost
 provided initial IPv6 support
 .It
-Martin Husemann
-.Aq martin%NetBSD.org@localhost
+.An Martin Husemann
+.Aq Mt martin%NetBSD.org@localhost
 provided .bzabsredirect support, and fixed various redirection issues
 .It
-Arto Huusko
-.Aq arto.huusko%pp2.inet.fi@localhost
+.An Arto Huusko
+.Aq Mt arto.huusko%pp2.inet.fi@localhost
 provided fixes cgi-bin
 .It
-Roland Illig
-.Aq roland.illig%gmx.de@localhost
+.An Roland Illig
+.Aq Mt roland.illig%gmx.de@localhost
 provided some off-by-one fixes
 .It
-Zak Johnson
-.Aq zakj%nox.cx@localhost
+.An Zak Johnson
+.Aq Mt zakj%nox.cx@localhost
 provided cgi-bin enhancements
 .It
-Nicolas Jombart
-.Aq ecu%ipv42.net@localhost
+.An Nicolas Jombart
+.Aq Mt ecu%ipv42.net@localhost
 provided fixes for HTTP basic authorisation support
 .It
-Antti Kantee
-.Aq pooka%NetBSD.org@localhost
+.An Antti Kantee
+.Aq Mt pooka%NetBSD.org@localhost
 provided fixes for HTTP basic authorisation support
 .It
-Thomas Klausner
-.Aq wiz%NetBSD.org@localhost
+.An Thomas Klausner
+.Aq Mt wiz%NetBSD.org@localhost
 provided many fixes and enhancements for the man page
 .It
-Johnny Lam
-.Aq jlam%NetBSD.org@localhost
+.An Johnny Lam
+.Aq Mt jlam%NetBSD.org@localhost
 provided man page fixes
 .It
-Julio Merino
-.Aq jmmv%NetBSD.org@localhost
+.An Julio Merino
+.Aq Mt jmmv%NetBSD.org@localhost
 Added the
 .Fl P
 option.
 .It
-Luke Mewburn
-.Aq lukem%NetBSD.org@localhost
+.An Luke Mewburn
+.Aq Mt lukem%NetBSD.org@localhost
 provided many various fixes, including cgi-bin fixes and enhancements,
 HTTP basic authorisation support and much code clean up
 .It
-Jeremy C. Reed
-.Aq reed%NetBSD.org@localhost
+.An Jeremy C. Reed
+.Aq Mt reed%NetBSD.org@localhost
 provided several clean up fixes, and man page updates
 .It
-Scott Reynolds
-.Aq scottr%NetBSD.org@localhost
+.An Scott Reynolds
+.Aq Mt scottr%NetBSD.org@localhost
 provided various fixes
 .It
-Tyler Retzlaff
-.Aq rtr%eterna.com.au@localhost
+.An Tyler Retzlaff
+.Aq Mt rtr%eterna.com.au@localhost
 provided SSL support, cgi-bin fixes and much other random other stuff
 .It
-rudolf
-.Aq netbsd%eq.cz@localhost
+.An rudolf
+.Aq Mt netbsd%eq.cz@localhost
 provided minor compile fixes and a CGI content map fix
 .It
-Steve Rumble
-.Aq rumble%ephemeral.org@localhost
+.An Steve Rumble
+.Aq Mt rumble%ephemeral.org@localhost
 provided the
 .Fl V
 option.
 .It
-Thor Lancelot Simon
-.Aq tls%NetBSD.org@localhost
+.An Thor Lancelot Simon
+.Aq Mt tls%NetBSD.org@localhost
 enhanced cgi-bin support.
 .It
-Joerg Sonnenberger
-.Aq joerg%NetBSD.org@localhost
+.An Joerg Sonnenberger
+.Aq Mt joerg%NetBSD.org@localhost
 implemented If-Modified-Since support
 .It
-ISIHARA Takanori
-.Aq ishit%oak.dti.ne.jp@localhost
+.An ISIHARA Takanori
+.Aq Mt ishit%oak.dti.ne.jp@localhost
 provided a man page fix
 .It
-Holger Weiss
-.Aq holger%CIS.FU-Berlin.DE@localhost
+.An Holger Weiss
+.Aq Mt holger%CIS.FU-Berlin.DE@localhost
 provided http authorisation fixes
 .It
-.Aq xs%kittenz.org@localhost
+.Aq Mt xs%kittenz.org@localhost
 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 @@
 Please send all updates to
 .Nm
 to
-.Aq mrg%eterna.com.au@localhost



Home | Main Index | Thread Index | Old Index