Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-11 | updated www/mini_httpd to 1.21. See mini_httpd website for changes from | schwarz | 4 | -57/+46 | |
previous releases. | |||||
2010-06-19 | Don't use getline() to build on NetBSD. | asau | 1 | -0/+24 | |
2009-07-07 | user-destdir support | joerg | 1 | -8/+8 | |
2007-09-09 | * Fix linkage so that mhtpasswd isn't linked against the OpenSSL libraries. | jlam | 1 | -11/+41 | |
* None of the source files seems to reference any function in libutil, so remove it from the libraries linked into mini_httpd and mhtpasswd. * Make this work on Solaris by linking mini_httpd with the usual "-lnsl -lsocket" dance. Bump PKGREVISION to 4 due to changed library linkage in the installed binaries. | |||||
2007-01-18 | Add patch: do not fail on ECONNABORTED. | reed | 1 | -0/+15 | |
Reported to mini_httpd developers. Patch is found various places on internet. | |||||
2005-12-08 | Add DragonFly support. | joerg | 1 | -0/+21 | |
2004-02-03 | Initial import of mini_httpd-1.19. This was packaged by | reed | 1 | -0/+29 | |
Bruce J.A. Nourish for pkgsrc-wip. 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. |