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/nostromo/pkg-descr | |
parent | a1e8387aef238107ec7c61b0bf6b4a771df78161 (diff) |
Notes
Diffstat (limited to 'www/nostromo/pkg-descr')
-rw-r--r-- | www/nostromo/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/nostromo/pkg-descr b/www/nostromo/pkg-descr new file mode 100644 index 000000000000..0fb0a15e2740 --- /dev/null +++ b/www/nostromo/pkg-descr @@ -0,0 +1,9 @@ +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 |