1 config BR2_PACKAGE_DARKHTTPD
3 depends on BR2_USE_MMU # fork()
5 Darkhttpd is a simple, fast HTTP 1.1 web server which only
6 serves static content. It does not support PHP or CGI.
8 The behavior of darkhttpd can be altered by setting some
9 variables in /etc/default/darkhttpd:
11 - DARKHTTPD_ROOT: path to the server document root.
12 - DARKHTTPD_FLAGS: options to pass to darkhttpd.
14 https://unix4lyfe.org/darkhttpd/