bump version
[buildroot.git] / package / lighttpd / Config.in
blob3835d3db0b6bf9e2c4293324087f9ad4dc31c8f9
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                  
13           http://www.lighttpd.net/
15 config BR2_PACKAGE_LIGHTTPD_OPENSSL
16         bool "lighttpd-openssl"
17         default y
18         depends on BR2_PACKAGE_LIGHTTPD
19         select BR2_PACKAGE_OPENSSL
20         help
21           Enable OpenSSL support for libghttpd.