diff options
author | reed <reed> | 2004-02-03 16:21:38 +0000 |
---|---|---|
committer | reed <reed> | 2004-02-03 16:21:38 +0000 |
commit | 80e318b369c26eff373e1824c0a082c6ffd7d141 (patch) | |
tree | 927f46810f165484257c7b87691f26865e1102bf | |
parent | 42759abd85346cf1521a888360a68cd5130cad5f (diff) | |
download | pkgsrc-80e318b369c26eff373e1824c0a082c6ffd7d141.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e0b94511e42..b7507db2e8f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4672 2004/02/03 12:43:26 recht Exp $ +$NetBSD: CHANGES,v 1.4673 2004/02/03 16:21:38 reed Exp $ Changes to the packages collection and infrastructure in 2004: @@ -559,3 +559,4 @@ Changes to the packages collection and infrastructure in 2004: Added cairo-0.1.17 [recht 2004-02-03] Updated mono to 0.30 [recht 2004-02-03] Added libgdiplus-0.1 [recht 2004-02-03] + Added mini_httpd-1.19 [reed 2004-02-03] |