diff options
author | reed <reed@pkgsrc.org> | 2004-02-03 16:18:54 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-02-03 16:18:54 +0000 |
commit | 5e22abc09584150736331186352e9679a727fd93 (patch) | |
tree | c6104ab724f301eb067a55d77787ed80da0d759d /www/mini_httpd/DESCR | |
parent | 2bf3fac2a2492871bc99ba5ea313744ed0e8f367 (diff) | |
download | pkgsrc-5e22abc09584150736331186352e9679a727fd93.tar.gz |
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.
Diffstat (limited to 'www/mini_httpd/DESCR')
-rw-r--r-- | www/mini_httpd/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/mini_httpd/DESCR b/www/mini_httpd/DESCR new file mode 100644 index 00000000000..d14061b2f60 --- /dev/null +++ b/www/mini_httpd/DESCR @@ -0,0 +1,17 @@ +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. |