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