diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-16 08:45:27 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-16 08:45:27 +0000 |
commit | 0e5b45796e89139f86d24abe0e53df0e2f4bd7b7 (patch) | |
tree | 794ec3ce90945406ae81c9b05af7336b264ac47f /www/Makefile | |
parent | a1e8387aef238107ec7c61b0bf6b4a771df78161 (diff) |
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 <marcus@nazgul.ch>
WWW: http://www.nazgul.ch/dev_nostromo.html
PR: ports/155919
Submitted by: Adrian Steinmann <ast@marabu.ch>
Notes
Notes:
svn path=/head/; revision=272789
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |