nhttpd
From Wikipedia, the free encyclopedia
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (February 2011) |
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (February 2011) |
| 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 |
nhttpd is an open source web server designed by Marcus Glocker to be simple, fast and secure. It is also known as the Nostromo web server. 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.
[edit] See also
[edit] External links
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |
| This network-related software article is a stub. You can help Wikipedia by expanding it. |