Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / ports / www / thttpd-notimeout / pkg-descr
1              thttpd - tiny/turbo/throttling HTTP server
2
3 thttpd is a simple, small, portable, fast, and secure HTTP server. 
4
5 Simple: It handles only the minimum necessary to implement HTTP/1.1.
6
7 Small: See the size comparison chart at
8 http://www.acme.com/software/thttpd/notes.html#sizes.  It also has a
9 very small run-time size, since it does not fork and is very careful about
10 memory allocation.
11
12 Portable: It compiles cleanly on SunOS 4.1.x, Solaris 2.x, BSD/OS 2.x,
13 Linux 1.2.x, and OSF/1 (on a 64-bit Alpha).
14
15 Fast: In typical use it's about as fast as the best full-featured servers
16 (Apache, NCSA, Netscape).  Under extreme load it's much faster.
17
18 Secure: It goes to great lengths to protect the web server machine
19 against attacks and breakins from other sites.
20
21 It also has one extremely useful feature (URL-traffic-based throttling) that
22 no other server currently has.
23
24 WWW: http://www.acme.com/software/thttpd/