]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/lighttpd/Config.in
Bump lighttpd to 1.4.20.
[coffee/buildroot.git] / package / lighttpd / Config.in
1 config BR2_PACKAGE_LIGHTTPD
2         bool "lighttpd"
3         help
4           lighttpd a secure, fast, compliant and very flexible web-server
5           which has been optimized for high-performance environments. It
6           has a very low memory footprint compared to other webservers and
7           takes care of cpu-load. Its advanced feature-set (FastCGI, CGI,
8           Auth, Output-Compression, URL-Rewriting and many more) make
9           lighttpd the perfect webserver-software for every server that
10           is suffering load problems.
11
12           http://www.lighttpd.net/
13
14 if BR2_PACKAGE_LIGHTTPD
15 menu "lighttpd packages"
16
17 config BR2_PACKAGE_LIGHTTPD_OPENSSL
18         bool "lighttpd openssl support"
19         depends on BR2_PACKAGE_LIGHTTPD
20         select BR2_PACKAGE_OPENSSL
21         help
22           Enable OpenSSL support for lighttpd.
23
24 config BR2_PACKAGE_LIGHTTPD_ZLIB
25         bool "lighttpd zlib support"
26         depends on BR2_PACKAGE_LIGHTTPD
27         select BR2_PACKAGE_ZLIB
28         help
29           Enable zlib support for lighttpd mod_compress.
30
31 config BR2_PACKAGE_LIGHTTPD_BZIP2
32         bool "lighttpd bzip2 support"
33         depends on BR2_PACKAGE_LIGHTTPD
34         select BR2_PACKAGE_BZIP2
35         help
36           Enable bzip2 support for lighttpd mod_compress.
37
38 config BR2_PACKAGE_LIGHTTPD_PCRE
39         bool "pcre"
40         depends on BR2_PACKAGE_LIGHTTPD
41         select BR2_PACKAGE_PCRE
42         help
43           Enable PCRE support. Needed to support mod_rewrite
44
45 endmenu
46 endif