aboutsummaryrefslogtreecommitdiff
path: root/www/nostromo
Commit message (Collapse)AuthorAgeFilesLines
* Nostromo aka nhttpd is a simple, fast and secure HTTP server. ItDennis Herrmann2011-04-168-0/+171
runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format. AUTHOR: Glocker Marcus <marcus@nazgul.ch> WWW: http://www.nazgul.ch/dev_nostromo.html PR: ports/155919 Submitted by: Adrian Steinmann <ast@marabu.ch> Notes: svn path=/head/; revision=272789