Thanks to visit codestin.com
Credit goes to github.com

Skip to content

peterlintang/thttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

usage :

./configure 
make
./thttpd -D -C test.config

test.config :

port=80
user=nobody
dir=./www
nochroot
cgipat=/cgi-bin/**
logfile=thttpd.log
pidfile=thttpd.pid

Original author: Jef Poskanzer [email protected] http://www.acme.com/jef/

About

Tiny CGI server - unofficial fork

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 89.6%
  • Roff 3.9%
  • Shell 3.4%
  • Makefile 3.0%
  • HTML 0.1%