Config.in 452 B

1234567891011121314
  1. config 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. The behavior of darkhttpd can be altered by setting some
  8. variables in /etc/default/darkhttpd:
  9. - DARKHTTPD_ROOT: path to the server document root.
  10. - DARKHTTPD_FLAGS: options to pass to darkhttpd.
  11. https://unix4lyfe.org/darkhttpd/