Nhttpd

From Wikipedia, the free encyclopedia

The correct title of this article is nhttpd. The initial letter is shown capitalized due to technical restrictions.

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 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 network-related software article is a stub. You can help Wikipedia by expanding it.