Commit graph

2 commits

Author SHA1 Message Date
reed
ca75d52637 Update to version 20051212.
This is for PR #34808.

No ChangeLog found. Changes include:  add ogg mime type, lowercase
some HTML, make it more portable, get directory details using dirent
instead of running "ls".
2007-03-23 21:38:02 +00:00
jmmv
844da9b776 Initial import of micro_httpd, version 20011214:
micro_httpd is a very small HTTP server. It runs from inetd, which means
its performance is poor.  But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server, including:

  *  Security against ".." filename snooping.
  *  The common MIME types.
  *  Trailing-slash redirection.
  *  index.html.
  *  Directory listings.

All in 150 lines of code.

Package by Bruce J.A. Nourish from pkgsrc-wip with several changes by me.
2004-01-09 09:44:55 +00:00