summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-02-03 16:21:38 +0000
committerreed <reed@pkgsrc.org>2004-02-03 16:21:38 +0000
commitf63d1e6195e156ba4e9c6b5cfd82a5e753f009cf (patch)
tree927f46810f165484257c7b87691f26865e1102bf /doc
parente8fbe7c632380a5a775a828ee6a6b61aa6df73e4 (diff)
downloadpkgsrc-f63d1e6195e156ba4e9c6b5cfd82a5e753f009cf.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.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
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]