initial capture of my stuff
[rrq/thttpd.git] / debian / thttpd / DEBIAN / control
1 Package: thttpd
2 Version: 2.29-1
3 Architecture: amd64
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Installed-Size: 140
6 Depends: libc6 (>= 2.7)
7 Section: unknown
8 Priority: optional
9 Homepage: https://acme.com/software/thttpd/
10 Description: tiny/turbo/throttling HTTP server
11   thttpd is a simple, small, portable, fast, and secure HTTP server.
12  .
13  Simple:
14     It handles only the minimum necessary to implement HTTP/1.1. Well, maybe a little more than the minimum.
15  Small:
16     See the comparison chart. It also has a very small run-time size, since it does not fork and is very careful about memory allocation.
17  Portable:
18     It compiles cleanly on most any Unix-like OS, specifically including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, OSF.
19  Fast:
20     In typical use it's about as fast as the best full-featured servers (Apache, NCSA, Netscape). Under extreme load it's much faster.
21  Secure:
22     It goes to great lengths to protect the web server machine against attacks and breakins from other sites.
23  .
24  It also has one extremely useful feature (URL-traffic-based throttling) that no other server currently has. Plus, it supports IPv6 out of the box, no patching required