DESCR 339 B

12345678
  1. nhttpd is a simple, fast and secure HTTP server. It runs as a single
  2. process, handling connections with select(2). For CGIs and directory
  3. listing it does fork(2). nhttpd has the minimum of HTTP/1.1 and CGI/1.1
  4. implemented. Also supported are:
  5. chroot, setuid, basic authentication, SSL, IPv6, custom responses,
  6. aliases, and virtual hosts.