thttpd is a simple, small, fast and secure HTTP server. It doesn't have a lot of special features but it suffices for most uses of the Web. It's faster than Apache and it has one extremely useful feature that no other server currently has - URL-traffic-based throttling.
| Tags | Internet Web HTTP Servers |
|---|---|
| Licenses | BSD Original |
Recent releases


No changes have been submitted for this release.


Changes: Fix for lingering-close problem. Server should no longer hang.


Changes: Enhancements to throttling, logging, stats, mmap caching, and error checking, support for kqueue and accept filters, and lots of other minor improvements.


Changes: New in version 2.20b: A corrected version of Marcel Telka's ssi fix. New in version 2.20: Performance improvements to the timer package via hashing and double-linking/sorting the lists. A performance improvement to the mmap cache package. A minor Linux fix for the open files limit. A fix for null ClientData, which picky compilers didn't like. Unknown sockaddr type now becomes a non-fatal error, preventing a DOS attack. Closing of extraneous file descriptors on CGI calls. Security fixes for the external ssi program. A fix to make the ssi program elide the HTML comment sequence. Red Hat packaging updates. A throttling fix.


Changes: Many bugfixes, plus custom error pages, non-local referrer filtering, and IPv6 support.