https://github.com/property404/newthttpd
Patched/modernized version of thttpd/shttpd
https://github.com/property404/newthttpd
Last synced: about 1 year ago
JSON representation
Patched/modernized version of thttpd/shttpd
- Host: GitHub
- URL: https://github.com/property404/newthttpd
- Owner: Property404
- Created: 2016-07-27T15:31:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T14:16:59.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T11:41:39.280Z (over 1 year ago)
- Language: C
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NewtHTTPd version 0.0.0(prealpha) on July2016
NewtHTTPd is a simple, small, portable, fast, and secure HTTP server based on thttpd 2.27.
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.
Portable: Targeting POSIX systems: modern GNU/Linux, macOS, and FreeBSD
Fast: In typical use it's about as fast as the best full-featured servers
(Apache, NCSA, Netscape). Under extreme load it's much faster.
Secure: It goes to great lengths to protect the web server machine
against attacks and breakins from other sites.
It also has one extremely useful feature (URL-traffic-based throttling) that
no other server currently has.
See the manual entry for more details. See the INSTALL file for
configuration and installation instructions. Check the web page
(https://github.com/Property404/newthttpd) for updates.
Comments to:
Dagan Martinez https://github.com/Property404