2
1

Config.in 701 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIGHTTPD
  2. bool "lighttpd"
  3. default n
  4. help
  5. lighttpd a secure, fast, compliant and very flexible web-server
  6. which has been optimized for high-performance environments. It
  7. has a very low memory footprint compared to other webservers and
  8. takes care of cpu-load. Its advanced feature-set (FastCGI, CGI,
  9. Auth, Output-Compression, URL-Rewriting and many more) make
  10. lighttpd the perfect webserver-software for every server that
  11. is suffering load problems.
  12. http://www.lighttpd.net/
  13. config BR2_PACKAGE_LIGHTTPD_OPENSSL
  14. bool "lighttpd-openssl"
  15. default y
  16. depends on BR2_PACKAGE_LIGHTTPD
  17. select BR2_PACKAGE_OPENSSL
  18. help
  19. Enable OpenSSL support for lighttpd.