1 config BR2_PACKAGE_MINI_HTTPD
2 tristate "mini-httpd - A small web server"
3 default m if CONFIG_DEVEL
5 mini_httpd is a small HTTP server. Its performance is not great, but for
6 low or medium traffic sites it's quite adequate. It implements all the
7 basic features of an HTTP server, including:
9 * GET, HEAD, and POST methods.
11 * Basic authentication.
12 * Security against ".." filename snooping.
13 * The common MIME types.
14 * Trailing-slash redirection.
15 * index.html, index.htm, index.cgi
17 * Multihoming / virtual hosting.
21 It can also be configured to do SSL/HTTPS and IPv6.
23 http://www.acme.com/software/mini_httpd/