Add files from parent branch HEAD:
[pkgsrcv2.git] / www / micro_httpd / DESCR
1 micro_httpd is a very small HTTP server. It runs from inetd, which means
2 its performance is poor.  But for low-traffic sites, it's quite adequate.
3 It implements all the basic features of an HTTP server, including:
4
5   *  Security against ".." filename snooping.
6   *  The common MIME types.
7   *  Trailing-slash redirection.
8   *  index.html.
9   *  Directory listings.
10
11 All in about 200 lines of code.