1 comment "lighttpd needs a toolchain w/ dynamic library"
3 depends on BR2_STATIC_LIBS
5 config BR2_PACKAGE_LIGHTTPD
7 depends on BR2_USE_MMU # fork()
8 depends on !BR2_STATIC_LIBS
10 lighttpd a secure, fast, compliant and very flexible web-server
11 which has been optimized for high-performance environments. It
12 has a very low memory footprint compared to other webservers and
13 takes care of cpu-load. Its advanced feature-set (FastCGI, CGI,
14 Auth, Output-Compression, URL-Rewriting and many more) make
15 lighttpd the perfect webserver-software for every server that
16 is suffering load problems.
18 http://www.lighttpd.net/
20 if BR2_PACKAGE_LIGHTTPD
22 config BR2_PACKAGE_LIGHTTPD_OPENSSL
23 bool "openssl support"
24 select BR2_PACKAGE_OPENSSL
26 Enable OpenSSL support for lighttpd.
28 config BR2_PACKAGE_LIGHTTPD_ZLIB
30 select BR2_PACKAGE_ZLIB
32 Enable zlib support for lighttpd mod_compress.
34 config BR2_PACKAGE_LIGHTTPD_BZIP2
36 select BR2_PACKAGE_BZIP2
38 Enable bzip2 support for lighttpd mod_compress.
40 config BR2_PACKAGE_LIGHTTPD_PCRE
42 select BR2_PACKAGE_PCRE
44 Enable PCRE support. Needed to support mod_rewrite
46 config BR2_PACKAGE_LIGHTTPD_WEBDAV
48 select BR2_PACKAGE_LIBXML2
49 select BR2_PACKAGE_SQLITE
51 Enable webdav support. Needed to support mod_webdav
53 config BR2_PACKAGE_LIGHTTPD_LUA
55 depends on BR2_PACKAGE_LUA
57 Enable Lua support. Needed to support mod_magnet