diff options
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. |