Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 02/03/2004 16:21:39
Module Name: pkgsrc
Committed By: reed
Date: Tue Feb 3 16:21:39 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
Log Message:
Add mini_httpd-1.19. This package was made by
Bruce J.A. Nourish for pkgsrc-wip. Thank you, Bruce.
mini_httpd is a small HTTP server. Its performance is not great, but for
low or medium traffic sites it's quite adequate. It implements all the
basic features of an HTTP server, including:
* GET, HEAD, and POST methods.
* CGI.
* Basic authentication.
* Security against ".." filename snooping.
* The common MIME types.
* Trailing-slash redirection.
* index.html, index.htm, index.cgi
* Directory listings.
* Multihoming / virtual hosting.
* Standard logging.
* Custom error pages.
It can also be configured to do SSL/HTTPS and IPv6.
To generate a diff of this commit:
cvs rdiff -r1.4672 -r1.4673 pkgsrc/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.