Add libart package
[openwrt.git] / package / mini_httpd / Config.in
1 config BR2_PACKAGE_MINI_HTTPD
2 tristate "mini-httpd - A small web server"
3 default m if CONFIG_DEVEL
4 help
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:
8
9 * GET, HEAD, and POST methods.
10 * CGI.
11 * Basic authentication.
12 * Security against ".." filename snooping.
13 * The common MIME types.
14 * Trailing-slash redirection.
15 * index.html, index.htm, index.cgi
16 * Directory listings.
17 * Multihoming / virtual hosting.
18 * Standard logging.
19 * Custom error pages.
20
21 It can also be configured to do SSL/HTTPS and IPv6.
22
23 http://www.acme.com/software/mini_httpd/
24
This page took 0.073706 seconds and 5 git commands to generate.