Skip to content

renlikuan/thttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thttpd - tiny HTTP server

thttpd is a simple, small, portable, fast, and secure HTTP server.

Simple: It handles only the minimum necessary to implement HTTP/1.1.

Small: It has a very small run-time size, since it does not fork and is very careful about memory allocation.

Secure: It goes to great lengths to protect the web server machine against attacks and breakins from other sites.

It also has URL-traffic-based throttling.

See the manual entry for more details. See the INSTALL file for configuration and installation instructions.

Original author: Jef Poskanzer jef@mail.acme.com http://www.acme.com/jef/

About

Tiny CGI server - unofficial fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • Shell 3.2%