1 menu "mini-httpd........................ A small web server"
3 config BR2_COMPILE_MINI_HTTPD
6 depends BR2_PACKAGE_MINI_HTTPD || BR2_PACKAGE_MINI_HTTPD_MATRIXSSL || BR2_PACKAGE_MINI_HTTPD_OPENSSL
8 config BR2_PACKAGE_MINI_HTTPD
9 prompt "mini-httpd........................ A small web server"
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_MINI_HTTPD
14 mini_httpd is a small HTTP server. Its performance is not great, but for
15 low or medium traffic sites it's quite adequate. It implements all the
16 basic features of an HTTP server, including:
18 * GET, HEAD, and POST methods.
20 * Basic authentication.
21 * Security against ".." filename snooping.
22 * The common MIME types.
23 * Trailing-slash redirection.
24 * index.html, index.htm, index.cgi
26 * Multihoming / virtual hosting.
30 It can also be configured to do IPv6.
32 http://www.acme.com/software/mini_httpd/
34 config BR2_PACKAGE_MINI_HTTPD_MATRIXSSL
35 prompt "mini-httpd-matrixssl.............. A small web server, built with SSL support using MatrixSSL"
37 default m if CONFIG_DEVEL
38 select BR2_COMPILE_MINI_HTTPD
39 select BR2_PACKAGE_LIBMATRIXSSL
41 mini_httpd is a small HTTP server. Its performance is not great, but for
42 low or medium traffic sites it's quite adequate. It implements all the
43 basic features of an HTTP server, including:
45 * GET, HEAD, and POST methods.
47 * Basic authentication.
48 * Security against ".." filename snooping.
49 * The common MIME types.
50 * Trailing-slash redirection.
51 * index.html, index.htm, index.cgi
53 * Multihoming / virtual hosting.
57 It can also be configured to do SSL/HTTPS and IPv6.
59 http://www.acme.com/software/mini_httpd/
61 config BR2_PACKAGE_MINI_HTTPD_OPENSSL
62 prompt "mini-httpd-openssl................ A small web server, built with SSL support using OpenSSL"
64 default m if CONFIG_DEVEL
65 select BR2_COMPILE_MINI_HTTPD
66 select BR2_PACKAGE_LIBOPENSSL
68 mini_httpd is a small HTTP server. Its performance is not great, but for
69 low or medium traffic sites it's quite adequate. It implements all the
70 basic features of an HTTP server, including:
72 * GET, HEAD, and POST methods.
74 * Basic authentication.
75 * Security against ".." filename snooping.
76 * The common MIME types.
77 * Trailing-slash redirection.
78 * index.html, index.htm, index.cgi
80 * Multihoming / virtual hosting.
84 It can also be configured to do SSL/HTTPS and IPv6.
86 http://www.acme.com/software/mini_httpd/