thttpd: thttpd (the tiny/turbo/throttling HTTP server) thttpd: thttpd: thttpd is a simple, small, portable, fast, and secure HTTP server. thttpd: Simple: It handles only the minimum necessary to implement HTTP/1.1. thttpd: Well, maybe a little more than the minimum. Small: It has a very thttpd: small run-time size, since it does not fork and is very careful about thttpd: memory allocation. Portable: It compiles cleanly on most any thttpd: Unix-like OS. Fast: In typical use it's about as fast as the best thttpd: full-featured servers. Secure: It goes to great lengths to protect thttpd: the web server machine against attacks and breakins from other sites. thttpd: Homepage: http://acme.com/software/thttpd/