1 config BR2_COMPILE_MINI_HTTPD
4 depends BR2_PACKAGE_MINI_HTTPD || BR2_PACKAGE_MINI_HTTPD_MATRIXSSL || BR2_PACKAGE_MINI_HTTPD_OPENSSL
6 config BR2_PACKAGE_MINI_HTTPD
7 tristate "mini-httpd - A small web server"
8 default m if CONFIG_DEVEL
9 select BR2_COMPILE_MINI_HTTPD
11 mini_httpd is a small HTTP server. Its performance is not great, but for
12 low or medium traffic sites it's quite adequate. It implements all the
13 basic features of an HTTP server, including:
15 * GET, HEAD, and POST methods.
17 * Basic authentication.
18 * Security against ".." filename snooping.
19 * The common MIME types.
20 * Trailing-slash redirection.
21 * index.html, index.htm, index.cgi
23 * Multihoming / virtual hosting.
27 It can also be configured to do IPv6.
29 http://www.acme.com/software/mini_httpd/
32 config BR2_PACKAGE_MINI_HTTPD_MATRIXSSL
33 tristate "mini-httpd-matrixssl - A small web server, built with SSL support using MatrixSSL"
34 default m if CONFIG_DEVEL
35 select BR2_COMPILE_MINI_HTTPD
36 select BR2_PACKAGE_LIBMATRIXSSL
38 mini_httpd is a small HTTP server. Its performance is not great, but for
39 low or medium traffic sites it's quite adequate. It implements all the
40 basic features of an HTTP server, including:
42 * GET, HEAD, and POST methods.
44 * Basic authentication.
45 * Security against ".." filename snooping.
46 * The common MIME types.
47 * Trailing-slash redirection.
48 * index.html, index.htm, index.cgi
50 * Multihoming / virtual hosting.
54 It can also be configured to do SSL/HTTPS and IPv6.
56 http://www.acme.com/software/mini_httpd/
59 config BR2_PACKAGE_MINI_HTTPD_OPENSSL
60 tristate "mini-httpd-openssl - A small web server, built with SSL support using OpenSSL"
61 default m if CONFIG_DEVEL
62 select BR2_COMPILE_MINI_HTTPD
63 select BR2_PACKAGE_LIBOPENSSL
65 mini_httpd is a small HTTP server. Its performance is not great, but for
66 low or medium traffic sites it's quite adequate. It implements all the
67 basic features of an HTTP server, including:
69 * GET, HEAD, and POST methods.
71 * Basic authentication.
72 * Security against ".." filename snooping.
73 * The common MIME types.
74 * Trailing-slash redirection.
75 * index.html, index.htm, index.cgi
77 * Multihoming / virtual hosting.
81 It can also be configured to do SSL/HTTPS and IPv6.
83 http://www.acme.com/software/mini_httpd/