From 0e5b45796e89139f86d24abe0e53df0e2f4bd7b7 Mon Sep 17 00:00:00 2001 From: Dennis Herrmann Date: Sat, 16 Apr 2011 08:45:27 +0000 Subject: Nostromo aka nhttpd is a simple, fast and secure HTTP server. It 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 WWW: http://www.nazgul.ch/dev_nostromo.html PR: ports/155919 Submitted by: Adrian Steinmann --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 51c99979572c..1a485d361e10 100644 --- a/www/Makefile +++ b/www/Makefile @@ -607,6 +607,7 @@ SUBDIR += nibbleblog SUBDIR += node SUBDIR += node-devel + SUBDIR += nostromo SUBDIR += notftp SUBDIR += npapi-xine SUBDIR += npc -- cgit v1.2.3