Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-02 | Update MAINTAINER address per his request. | wiz | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-09 | Initial import of micro_httpd, version 20011214: | jmmv | 5 | -0/+59 | |
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. |