wok diff bozohttpd/description.txt @ rev 24133
Up tazinst (115)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 23 15:17:56 2021 +0000 (2021-10-23) |
parents | 30f642df947e |
children |
line diff
1.1 --- a/bozohttpd/description.txt Thu Jul 24 01:01:10 2008 +0200 1.2 +++ b/bozohttpd/description.txt Sat Oct 23 15:17:56 2021 +0000 1.3 @@ -1,3 +1,7 @@ 1.4 -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. 1.5 +bozohttpd is a small and secure HTTP server. Its main feature is the lack 1.6 +of features, reducing code size and improving verifiability. It has 1.7 +no configuration file by design. 1.8 1.9 -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. it has ssl support. it has no configuration file by design. 1.10 \ No newline at end of file 1.11 +It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, virtual 1.12 +hosting support, as well as multiple IP-based servers on a single machine, 1.13 +and is able to serve pages via the IPv6 protocol.