Config.in 546 B

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