nhttpd
nhttpd is an open-source web server, also known as the Nostromo web server, designed by Marcus Glocker. It runs as a single process, and handles normal concurrent connections by select calls, but for efficiency during more demanding connections such as directory listings and CGI execution it forks. It supports HTTP/1.1 and CGI/1.1, Basic access authentication, SSL, IPv6, custom responses, aliases and virtual hosts. Security measures include running setuid and chrooting. Public access is controlled using the world readable flags and CGI execution by the world executable flags of the file system permissions.
Developer(s) | Marcus Glocker |
---|---|
Stable release | 1.9.4
|
Written in | C |
Operating system | Linux, OpenBSD, FreeBSD, NetBSD |
Type | Web server |
License | ISC license |
Website | www.nazgul.ch/dev_nostromo.html |
See also
- Comparison of web servers
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.