Commit graph

4 commits

Author SHA1 Message Date
jlam
72423d1d7e * Fix linkage so that mhtpasswd isn't linked against the OpenSSL libraries.
* 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-09-09 02:12:49 +00:00
reed
3bab5a3775 Add patch: do not fail on ECONNABORTED.
Reported to mini_httpd developers. Patch is found various
places on internet.
2007-01-18 16:28:07 +00:00
joerg
b1b0fc3914 Add DragonFly support. 2005-12-08 17:11:58 +00:00
reed
e8fbe7c632 Initial import of mini_httpd-1.19. This was packaged by
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.
2004-02-03 16:18:54 +00:00