micro_httpd is a very small HTTP server. It runs from inetd, which means
its performance is poor. But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server, including:
* Security against ".." filename snooping.
* The common MIME types.
* Trailing-slash redirection.
* index.html.
* Directory listings.
All in 150 lines of code.
Package by Bruce J.A. Nourish from pkgsrc-wip with several changes by me.
$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $
The pkgsrc documentation now lives on the NetBSD web site.
Full documentation, one file per chapter:
http://www.NetBSD.org/Documentation/pkgsrc/
Full documentation in a single file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html
Full documentation in a single plain-text file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt
pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).