diff options
author | Leonard Schmidt <lems@gmx.net> | 2015-10-28 23:01:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-28 23:01:55 +0700 |
commit | 2cecd673ff29bd0c8f846801b22657e5c5f26154 (patch) | |
tree | 539b566bfc3df365a403c9e7727e4aa74d58997a /network/bozohttpd/README | |
parent | 9f4100aa71f9b8895c576335d18397ad7acf6b0b (diff) |
network/bozohttpd: Added (simple and lightweight HTTP server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bozohttpd/README')
-rw-r--r-- | network/bozohttpd/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/bozohttpd/README b/network/bozohttpd/README new file mode 100644 index 0000000000000..601b51dc3d90c --- /dev/null +++ b/network/bozohttpd/README @@ -0,0 +1,7 @@ +bozohttpd is a small and secure HTTP version 1.1 server. Its main +feature is the lack of features, reducing the code size and improving +verifiability. 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 serving pages via the +IPv6 protocol. bozohttpd features SSL support. By design, there is no +configuration file. |