summaryrefslogtreecommitdiff
path: root/www/bozohttpd/DESCR
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2004-02-18 13:40:37 +0000
committermrg <mrg@pkgsrc.org>2004-02-18 13:40:37 +0000
commit07ac2c3e1533fec67ce0f0997265921dd5f987bf (patch)
treebc2c15c3fe59f6090ebda492630c002df0323283 /www/bozohttpd/DESCR
parentefa1ab70ba871ae157aeaa0b56ad9a331eb91e69 (diff)
downloadpkgsrc-07ac2c3e1533fec67ce0f0997265921dd5f987bf.tar.gz
update to bozohttpd 20040218. changes include:
o new .bzredirect file support for sane directory redirection o new -Z option that enables SSL mode, from <rtr@eterna.com.au> o the -C option has been changed to take two explicit options, rather than a single option with a space separating the suffix and the interpreter. ``-C ".foo /path/to/bar"'' should now be written as ``-C .foo /path/to/bar'' o the -M option has been changed like -C and no longer requires or supports a single argument with space-separated options o with -a, still print the 200 OK. from <rtr@eterna.com.au> o with -r, if a .bzdirect file appears in a directory, allow direct access to this directory
Diffstat (limited to 'www/bozohttpd/DESCR')
-rw-r--r--www/bozohttpd/DESCR10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/bozohttpd/DESCR b/www/bozohttpd/DESCR
index 21ef78bce2a..3e92b9ee3e2 100644
--- a/www/bozohttpd/DESCR
+++ b/www/bozohttpd/DESCR
@@ -1,6 +1,8 @@
-bozohttpd is a small and secure http version 1.1 server. Its main
+bozohttpd is a small and secure http version 1.1 server. it's main
feature is the lack of features, reducing the code size and improving
-verifiability.
+verifiability.
-It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
-and can run multiple IP-based or virtual http servers on single machine.
+it supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
+virtual hosting support, as well as multiple IP-based servers on a
+single machine. it is capable of services pages via the IPv6 protocol.
+it has ssl support. it has no configuration file by design.