diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:22:46 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:22:46 +0000 |
| commit | 4779c70fe8be603efcae9b89f57093df1032c3b0 (patch) | |
| tree | ec1b19947b270053331e79345f6906beb93a9c17 /openwrt/package/mini_httpd/Config.in | |
| parent | 3d9b378c367261c2b498fb2d2b65699835e8760f (diff) | |
| download | mtk-20170518-4779c70fe8be603efcae9b89f57093df1032c3b0.zip mtk-20170518-4779c70fe8be603efcae9b89f57093df1032c3b0.tar.gz mtk-20170518-4779c70fe8be603efcae9b89f57093df1032c3b0.tar.bz2 | |
Add mini_httpd package
SVN-Revision: 1267
Diffstat (limited to 'openwrt/package/mini_httpd/Config.in')
| -rw-r--r-- | openwrt/package/mini_httpd/Config.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/openwrt/package/mini_httpd/Config.in b/openwrt/package/mini_httpd/Config.in new file mode 100644 index 0000000..484924f --- /dev/null +++ b/openwrt/package/mini_httpd/Config.in @@ -0,0 +1,24 @@ +config BR2_PACKAGE_MINI_HTTPD + tristate "mini-httpd - A small web server" + default m if CONFIG_DEVEL + help + 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. + + http://www.acme.com/software/mini_httpd/ + |
